Color spaces of #dbdfcd
RGB | 219 | 223 | 205 |
---|---|---|---|
HSL | 0.20 | 0.22 | 0.84 |
HSV | 73° | 8° | 87° |
CMYK | 0.02 | 0.00 | 0.08 0.13 |
XYZ | 66.6205 | 72.2432 | 68.1907 |
Yxy | 72.2432 | 0.3218 | 0.3489 |
Hunter Lab | 84.9960 | -8.8334 | 11.9299 |
CIE-Lab | 88.0855 | -4.4977 | 8.3440 |
#dbdfcd color RGB value is (219,223,205).
#dbdfcd hex color red value is 219, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dbdfcd hue: 0.20 , saturation: 0.22 and the lightness value of dbdfcd is 0.84.
The process color (four color CMYK) of #dbdfcd color hex is 0.02, 0.00, 0.08, 0.13. Web safe color of #dbdfcd is #cccccc. Color #dbdfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011111 | 11001101 |
Octal | 333 | 337 | 315 |
Decimal | 219 | 223 | 205 |
Hex | DB | DF | CD |
Shades of #dbdfcd
Tints of #dbdfcd
RGB Percentages of Color #dbdfcd
CMYK Percentages of Color #dbdfcd
Complementary Color
#dbdfcd | #d1cddf |
#dbdfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdfcd Color CSS Codes
.mybgcolor {background-color:#dbdfcd; } .myforecolor {color:#dbdfcd; } .mybordercolor {border:3px solid #dbdfcd; }
#dbdfcd Text Font Color
<p style="color:#dbdfcd">Text here</p>
This sample text font color is #dbdfcd
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.
#dbdfcd Background Color
<div style="background-color:#dbdfcd">
Div content here</div>
This div background color is #dbdfcd
#dbdfcd Border Color
<div style="border:3px solid #dbdfcd">
Div here</div>
This div border color is #dbdfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,223,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdfcd; -webkit-box-shadow: 1px 1px 3px 2px #dbdfcd; box-shadow: 1px 1px 3px 2px #dbdfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,223,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdfcd; -webkit-box-shadow: 1px 1px 3px 2px #dbdfcd; box-shadow: 1px 1px 3px 2px #dbdfcd;">
Div content here</div>
This div box has shadow with color #dbdfcd
Comments
No comments written yet.
Please login to write comment.