Color spaces of #dbdecb
RGB | 219 | 222 | 203 |
---|---|---|---|
HSL | 0.19 | 0.22 | 0.83 |
HSV | 69° | 9° | 87° |
CMYK | 0.01 | 0.00 | 0.09 0.13 |
XYZ | 66.1142 | 71.6144 | 66.8383 |
Yxy | 71.6144 | 0.3232 | 0.3501 |
Hunter Lab | 84.6253 | -8.6397 | 12.4096 |
CIE-Lab | 87.7827 | -4.3203 | 8.9606 |
#dbdecb color RGB value is (219,222,203).
#dbdecb hex color red value is 219, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbdecb hue: 0.19 , saturation: 0.22 and the lightness value of dbdecb is 0.83.
The process color (four color CMYK) of #dbdecb color hex is 0.01, 0.00, 0.09, 0.13. Web safe color of #dbdecb is #cccccc. Color #dbdecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011110 | 11001011 |
Octal | 333 | 336 | 313 |
Decimal | 219 | 222 | 203 |
Hex | DB | DE | CB |
Shades of #dbdecb
Tints of #dbdecb
RGB Percentages of Color #dbdecb
CMYK Percentages of Color #dbdecb
Complementary Color
#dbdecb | #cecbde |
#dbdecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdecb Color CSS Codes
.mybgcolor {background-color:#dbdecb; } .myforecolor {color:#dbdecb; } .mybordercolor {border:3px solid #dbdecb; }
#dbdecb Text Font Color
<p style="color:#dbdecb">Text here</p>
This sample text font color is #dbdecb
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.
#dbdecb Background Color
<div style="background-color:#dbdecb">
Div content here</div>
This div background color is #dbdecb
#dbdecb Border Color
<div style="border:3px solid #dbdecb">
Div here</div>
This div border color is #dbdecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,222,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdecb; -webkit-box-shadow: 1px 1px 3px 2px #dbdecb; box-shadow: 1px 1px 3px 2px #dbdecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,222,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 #dbdecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdecb; -webkit-box-shadow: 1px 1px 3px 2px #dbdecb; box-shadow: 1px 1px 3px 2px #dbdecb;">
Div content here</div>
This div box has shadow with color #dbdecb
Comments
No comments written yet.
Please login to write comment.