Color spaces of #dbcbcb
RGB | 219 | 203 | 203 |
---|---|---|---|
HSL | 0.00 | 0.18 | 0.83 |
HSV | 0° | 7° | 86° |
CMYK | 0.00 | 0.07 | 0.07 0.14 |
XYZ | 61.3488 | 62.0837 | 65.2498 |
Yxy | 62.0837 | 0.3251 | 0.3290 |
Hunter Lab | 78.7932 | 1.0929 | 6.0563 |
CIE-Lab | 82.9579 | 5.5655 | 1.9994 |
#dbcbcb color RGB value is (219,203,203).
#dbcbcb hex color red value is 219, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbcbcb hue: 0.00 , saturation: 0.18 and the lightness value of dbcbcb is 0.83.
The process color (four color CMYK) of #dbcbcb color hex is 0.00, 0.07, 0.07, 0.14. Web safe color of #dbcbcb is #cccccc. Color #dbcbcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001011 | 11001011 |
Octal | 333 | 313 | 313 |
Decimal | 219 | 203 | 203 |
Hex | DB | CB | CB |
Shades of #dbcbcb
Tints of #dbcbcb
RGB Percentages of Color #dbcbcb
CMYK Percentages of Color #dbcbcb
Complementary Color
#dbcbcb | #cbdbdb |
#dbcbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcbcb Color CSS Codes
.mybgcolor {background-color:#dbcbcb; } .myforecolor {color:#dbcbcb; } .mybordercolor {border:3px solid #dbcbcb; }
#dbcbcb Text Font Color
<p style="color:#dbcbcb">Text here</p>
This sample text font color is #dbcbcb
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.
#dbcbcb Background Color
<div style="background-color:#dbcbcb">
Div content here</div>
This div background color is #dbcbcb
#dbcbcb Border Color
<div style="border:3px solid #dbcbcb">
Div here</div>
This div border color is #dbcbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,203,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcbcb; -webkit-box-shadow: 1px 1px 3px 2px #dbcbcb; box-shadow: 1px 1px 3px 2px #dbcbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,203,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 #dbcbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcbcb; -webkit-box-shadow: 1px 1px 3px 2px #dbcbcb; box-shadow: 1px 1px 3px 2px #dbcbcb;">
Div content here</div>
This div box has shadow with color #dbcbcb
#dbcbcb Color Palettes
Comments
No comments written yet.
Please login to write comment.