Color spaces of #dbbdcb
RGB | 219 | 189 | 203 |
---|---|---|---|
HSL | 0.92 | 0.29 | 0.80 |
HSV | 332° | 14° | 86° |
CMYK | 0.00 | 0.14 | 0.07 0.14 |
XYZ | 58.1905 | 55.7671 | 64.1971 |
Yxy | 55.7671 | 0.3266 | 0.3130 |
Hunter Lab | 74.6774 | 8.4063 | 1.3050 |
CIE-Lab | 79.4811 | 13.0057 | -3.0834 |
#dbbdcb color RGB value is (219,189,203).
#dbbdcb hex color red value is 219, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbbdcb hue: 0.92 , saturation: 0.29 and the lightness value of dbbdcb is 0.80.
The process color (four color CMYK) of #dbbdcb color hex is 0.00, 0.14, 0.07, 0.14. Web safe color of #dbbdcb is #cccccc. Color #dbbdcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111101 | 11001011 |
Octal | 333 | 275 | 313 |
Decimal | 219 | 189 | 203 |
Hex | DB | BD | CB |
Shades of #dbbdcb
Tints of #dbbdcb
RGB Percentages of Color #dbbdcb
CMYK Percentages of Color #dbbdcb
Complementary Color
#dbbdcb | #bddbcd |
#dbbdcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbdcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbdcb Color CSS Codes
.mybgcolor {background-color:#dbbdcb; } .myforecolor {color:#dbbdcb; } .mybordercolor {border:3px solid #dbbdcb; }
#dbbdcb Text Font Color
<p style="color:#dbbdcb">Text here</p>
This sample text font color is #dbbdcb
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.
#dbbdcb Background Color
<div style="background-color:#dbbdcb">
Div content here</div>
This div background color is #dbbdcb
#dbbdcb Border Color
<div style="border:3px solid #dbbdcb">
Div here</div>
This div border color is #dbbdcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,189,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbdcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbdcb; -webkit-box-shadow: 1px 1px 3px 2px #dbbdcb; box-shadow: 1px 1px 3px 2px #dbbdcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,189,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 #dbbdcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbdcb; -webkit-box-shadow: 1px 1px 3px 2px #dbbdcb; box-shadow: 1px 1px 3px 2px #dbbdcb;">
Div content here</div>
This div box has shadow with color #dbbdcb
Comments
No comments written yet.
Please login to write comment.