Color spaces of #dbdeaf
RGB | 219 | 222 | 175 |
---|---|---|---|
HSL | 0.18 | 0.42 | 0.78 |
HSV | 64° | 21° | 87° |
CMYK | 0.01 | 0.00 | 0.21 0.13 |
XYZ | 63.0726 | 70.3978 | 50.8213 |
Yxy | 70.3978 | 0.3422 | 0.3820 |
Hunter Lab | 83.9034 | -12.6474 | 22.8197 |
CIE-Lab | 87.1916 | -8.6733 | 22.7760 |
#dbdeaf color RGB value is (219,222,175).
#dbdeaf hex color red value is 219, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dbdeaf hue: 0.18 , saturation: 0.42 and the lightness value of dbdeaf is 0.78.
The process color (four color CMYK) of #dbdeaf color hex is 0.01, 0.00, 0.21, 0.13. Web safe color of #dbdeaf is #cccc99. Color #dbdeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011110 | 10101111 |
Octal | 333 | 336 | 257 |
Decimal | 219 | 222 | 175 |
Hex | DB | DE | AF |
Shades of #dbdeaf
Tints of #dbdeaf
RGB Percentages of Color #dbdeaf
CMYK Percentages of Color #dbdeaf
Complementary Color
#dbdeaf | #b2afde |
#dbdeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdeaf Color CSS Codes
.mybgcolor {background-color:#dbdeaf; } .myforecolor {color:#dbdeaf; } .mybordercolor {border:3px solid #dbdeaf; }
#dbdeaf Text Font Color
<p style="color:#dbdeaf">Text here</p>
This sample text font color is #dbdeaf
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.
#dbdeaf Background Color
<div style="background-color:#dbdeaf">
Div content here</div>
This div background color is #dbdeaf
#dbdeaf Border Color
<div style="border:3px solid #dbdeaf">
Div here</div>
This div border color is #dbdeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,222,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdeaf; -webkit-box-shadow: 1px 1px 3px 2px #dbdeaf; box-shadow: 1px 1px 3px 2px #dbdeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,222,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdeaf; -webkit-box-shadow: 1px 1px 3px 2px #dbdeaf; box-shadow: 1px 1px 3px 2px #dbdeaf;">
Div content here</div>
This div box has shadow with color #dbdeaf
Comments
No comments written yet.
Please login to write comment.