Color spaces of #ffdddb
RGB | 255 | 221 | 219 |
---|---|---|---|
HSL | 0.01 | 1.00 | 0.93 |
HSV | 3° | 14° | 100° |
CMYK | 0.00 | 0.13 | 0.14 0.00 |
XYZ | 79.8826 | 78.0874 | 77.8799 |
Yxy | 78.0874 | 0.3387 | 0.3311 |
Hunter Lab | 88.3671 | 6.7191 | 9.6033 |
CIE-Lab | 90.8198 | 11.4243 | 5.3099 |
#ffdddb color RGB value is (255,221,219).
#ffdddb hex color red value is 255, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ffdddb hue: 0.01 , saturation: 1.00 and the lightness value of ffdddb is 0.93.
The process color (four color CMYK) of #ffdddb color hex is 0.00, 0.13, 0.14, 0.00. Web safe color of #ffdddb is #ffcccc. Color #ffdddb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011101 | 11011011 |
Octal | 377 | 335 | 333 |
Decimal | 255 | 221 | 219 |
Hex | FF | DD | DB |
Shades of #ffdddb
Tints of #ffdddb
RGB Percentages of Color #ffdddb
CMYK Percentages of Color #ffdddb
Complementary Color
#ffdddb | #dbfdff |
#ffdddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdddb Color CSS Codes
.mybgcolor {background-color:#ffdddb; } .myforecolor {color:#ffdddb; } .mybordercolor {border:3px solid #ffdddb; }
#ffdddb Text Font Color
<p style="color:#ffdddb">Text here</p>
This sample text font color is #ffdddb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ffdddb Background Color
<div style="background-color:#ffdddb">
Div content here</div>
This div background color is #ffdddb
#ffdddb Border Color
<div style="border:3px solid #ffdddb">
Div here</div>
This div border color is #ffdddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,221,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdddb; -webkit-box-shadow: 1px 1px 3px 2px #ffdddb; box-shadow: 1px 1px 3px 2px #ffdddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,221,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdddb; -webkit-box-shadow: 1px 1px 3px 2px #ffdddb; box-shadow: 1px 1px 3px 2px #ffdddb;">
Div content here</div>
This div box has shadow with color #ffdddb
#ffdddb Color Palettes
Comments
No comments written yet.
Please login to write comment.