Shades of Willow Brook #DEE5CA
Tints of Willow Brook #DEE5CA
RGB
CMYK
RGB Variations
Color information
#DEE5CA (or 0xDEE5CA) is known color: Willow Brook. HEX triplet: DE, E5 and CA. RGB value is (222,229,202). Sum of RGB (Red+Green+Blue) = 222+229+202=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5CA is #211A35. Grayscale: #DFDFDF. Windows color (decimal): -2169398 or 13297118. OLE color: 13297118.
HSL color Cylindrical-coordinate representation of color #DEE5CA: hue angle of 75.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE5CA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 202 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.10 |
| HSL | 75.56º | 0.34% | 0.85% | - |
| HSV(B) | 75.56º | 0.12% | 0.9% | - |
| XYZ | 68.8 | 75.83 | 66.89 | - |
| YUV | 223.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 202 | 0.03 | 0 | 0.12 | 0.10 | 75.56 | 0.34 | 0.85 |
| Hex | DE | E5 | CA | 3 | 0 | C | A | 4C | 22 | 55 |
| Octal | 336 | 345 | 312 | 3 | 0 | 14 | 12 | 114 | 42 | 125 |
| Binary | 11011110 | 11100101 | 11001010 | 11 | 0 | 1100 | 1010 | 1001100 | 100010 | 1010101 |
Color Harmonies of #DEE5CA
Complementary color
Monochromatic Colors of #DEE5CA
Black with #DEE5CA
Text Example
Text Example
White with #DEE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5CA; }
p { color: rgb(222,229,202); }
H1.HeaderClassName
{
color: #DEE5CA;
}
.AnyTagClassName
{
color: #DEE5CA;
}
</style>
background-color css
<style>
a { background-color: #DEE5CA; }
a { background-color: rgb(222,229,202); }
div.DivClassName
{
background-color: #DEE5CA;
}
.BgClassName
{
background-color: #DEE5CA;
}
</style>
border-color css
<style>
span { border-color: #DEE5CA; }
span { border-color: rgb(222,229,202); }
td.TdClassName
{
border-color: #DEE5CA;
}
.TagClassName
{
border-color: #DEE5CA;
}
</style>