Color spaces of #dbdecd
RGB | 219 | 222 | 205 |
---|---|---|---|
HSL | 0.20 | 0.20 | 0.84 |
HSV | 71° | 8° | 87° |
CMYK | 0.01 | 0.00 | 0.08 0.13 |
XYZ | 66.3541 | 71.7104 | 68.1019 |
Yxy | 71.7104 | 0.3218 | 0.3478 |
Hunter Lab | 84.6820 | -8.3266 | 11.5959 |
CIE-Lab | 87.8290 | -3.9849 | 7.9760 |
#dbdecd color RGB value is (219,222,205).
#dbdecd hex color red value is 219, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dbdecd hue: 0.20 , saturation: 0.20 and the lightness value of dbdecd is 0.84.
The process color (four color CMYK) of #dbdecd color hex is 0.01, 0.00, 0.08, 0.13. Web safe color of #dbdecd is #cccccc. Color #dbdecd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011110 | 11001101 |
Octal | 333 | 336 | 315 |
Decimal | 219 | 222 | 205 |
Hex | DB | DE | CD |
Shades of #dbdecd
Tints of #dbdecd
RGB Percentages of Color #dbdecd
CMYK Percentages of Color #dbdecd
Complementary Color
#dbdecd | #d0cdde |
#dbdecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdecd Color CSS Codes
.mybgcolor {background-color:#dbdecd; } .myforecolor {color:#dbdecd; } .mybordercolor {border:3px solid #dbdecd; }
#dbdecd Text Font Color
<p style="color:#dbdecd">Text here</p>
This sample text font color is #dbdecd
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.
#dbdecd Background Color
<div style="background-color:#dbdecd">
Div content here</div>
This div background color is #dbdecd
#dbdecd Border Color
<div style="border:3px solid #dbdecd">
Div here</div>
This div border color is #dbdecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,222,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdecd; -webkit-box-shadow: 1px 1px 3px 2px #dbdecd; box-shadow: 1px 1px 3px 2px #dbdecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,222,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 #dbdecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdecd; -webkit-box-shadow: 1px 1px 3px 2px #dbdecd; box-shadow: 1px 1px 3px 2px #dbdecd;">
Div content here</div>
This div box has shadow with color #dbdecd
#dbdecd Color Palettes
Comments
No comments written yet.
Please login to write comment.