Color spaces of #dbccd9
RGB | 219 | 204 | 217 |
---|---|---|---|
HSL | 0.86 | 0.17 | 0.83 |
HSV | 308° | 7° | 86° |
CMYK | 0.00 | 0.07 | 0.01 0.14 |
XYZ | 63.3307 | 63.2556 | 74.5173 |
Yxy | 63.2556 | 0.3149 | 0.3145 |
Hunter Lab | 79.5334 | 2.9522 | 0.1227 |
CIE-Lab | 83.5767 | 7.5023 | -4.5660 |
#dbccd9 color RGB value is (219,204,217).
#dbccd9 hex color red value is 219, green value is 204 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dbccd9 hue: 0.86 , saturation: 0.17 and the lightness value of dbccd9 is 0.83.
The process color (four color CMYK) of #dbccd9 color hex is 0.00, 0.07, 0.01, 0.14. Web safe color of #dbccd9 is #cccccc. Color #dbccd9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001100 | 11011001 |
Octal | 333 | 314 | 331 |
Decimal | 219 | 204 | 217 |
Hex | DB | CC | D9 |
Shades of #dbccd9
Tints of #dbccd9
RGB Percentages of Color #dbccd9
CMYK Percentages of Color #dbccd9
Complementary Color
#dbccd9 | #ccdbce |
#dbccd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbccd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbccd9 Color CSS Codes
.mybgcolor {background-color:#dbccd9; } .myforecolor {color:#dbccd9; } .mybordercolor {border:3px solid #dbccd9; }
#dbccd9 Text Font Color
<p style="color:#dbccd9">Text here</p>
This sample text font color is #dbccd9
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.
#dbccd9 Background Color
<div style="background-color:#dbccd9">
Div content here</div>
This div background color is #dbccd9
#dbccd9 Border Color
<div style="border:3px solid #dbccd9">
Div here</div>
This div border color is #dbccd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,204,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbccd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbccd9; -webkit-box-shadow: 1px 1px 3px 2px #dbccd9; box-shadow: 1px 1px 3px 2px #dbccd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,204,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbccd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbccd9; -webkit-box-shadow: 1px 1px 3px 2px #dbccd9; box-shadow: 1px 1px 3px 2px #dbccd9;">
Div content here</div>
This div box has shadow with color #dbccd9
Comments
No comments written yet.
Please login to write comment.