Color spaces of #dbb6cb
RGB | 219 | 182 | 203 |
---|---|---|---|
HSL | 0.91 | 0.34 | 0.79 |
HSV | 326° | 17° | 86° |
CMYK | 0.00 | 0.17 | 0.07 0.14 |
XYZ | 56.7209 | 52.8278 | 63.7072 |
Yxy | 52.8278 | 0.3274 | 0.3049 |
Hunter Lab | 72.6827 | 12.1049 | -1.0904 |
CIE-Lab | 77.7732 | 16.7626 | -5.6003 |
#dbb6cb color RGB value is (219,182,203).
#dbb6cb hex color red value is 219, green value is 182 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbb6cb hue: 0.91 , saturation: 0.34 and the lightness value of dbb6cb is 0.79.
The process color (four color CMYK) of #dbb6cb color hex is 0.00, 0.17, 0.07, 0.14. Web safe color of #dbb6cb is #cccccc. Color #dbb6cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110110 | 11001011 |
Octal | 333 | 266 | 313 |
Decimal | 219 | 182 | 203 |
Hex | DB | B6 | CB |
Shades of #dbb6cb
Tints of #dbb6cb
RGB Percentages of Color #dbb6cb
CMYK Percentages of Color #dbb6cb
Complementary Color
#dbb6cb | #b6dbc6 |
#dbb6cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb6cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb6cb Color CSS Codes
.mybgcolor {background-color:#dbb6cb; } .myforecolor {color:#dbb6cb; } .mybordercolor {border:3px solid #dbb6cb; }
#dbb6cb Text Font Color
<p style="color:#dbb6cb">Text here</p>
This sample text font color is #dbb6cb
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.
#dbb6cb Background Color
<div style="background-color:#dbb6cb">
Div content here</div>
This div background color is #dbb6cb
#dbb6cb Border Color
<div style="border:3px solid #dbb6cb">
Div here</div>
This div border color is #dbb6cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,182,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb6cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb6cb; -webkit-box-shadow: 1px 1px 3px 2px #dbb6cb; box-shadow: 1px 1px 3px 2px #dbb6cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,182,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb6cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb6cb; -webkit-box-shadow: 1px 1px 3px 2px #dbb6cb; box-shadow: 1px 1px 3px 2px #dbb6cb;">
Div content here</div>
This div box has shadow with color #dbb6cb
Comments
No comments written yet.
Please login to write comment.