Shades of Willow Brook #DEE4CA
Tints of Willow Brook #DEE4CA
RGB
CMYK
RGB Variations
Color information
#DEE4CA (or 0xDEE4CA) is known color: Willow Brook. HEX triplet: DE, E4 and CA. RGB value is (222,228,202). Sum of RGB (Red+Green+Blue) = 222+228+202=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4CA is #211B35. Grayscale: #DFDFDF. Windows color (decimal): -2169654 or 13296862. OLE color: 13296862.
HSL color Cylindrical-coordinate representation of color #DEE4CA: hue angle of 73.85º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE4CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 202 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.11 |
| HSL | 73.85º | 0.33% | 0.84% | - |
| HSV(B) | 73.85º | 0.11% | 0.89% | - |
| XYZ | 68.53 | 75.28 | 66.8 | - |
| YUV | 223.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 202 | 0.03 | 0 | 0.11 | 0.11 | 73.85 | 0.33 | 0.84 |
| Hex | DE | E4 | CA | 3 | 0 | B | B | 4A | 20 | 54 |
| Octal | 336 | 344 | 312 | 3 | 0 | 13 | 13 | 112 | 40 | 124 |
| Binary | 11011110 | 11100100 | 11001010 | 11 | 0 | 1011 | 1011 | 1001010 | 100000 | 1010100 |
Color Harmonies of #DEE4CA
Complementary color
Monochromatic Colors of #DEE4CA
Black with #DEE4CA
Text Example
Text Example
White with #DEE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4CA; }
p { color: rgb(222,228,202); }
H1.HeaderClassName
{
color: #DEE4CA;
}
.AnyTagClassName
{
color: #DEE4CA;
}
</style>
background-color css
<style>
a { background-color: #DEE4CA; }
a { background-color: rgb(222,228,202); }
div.DivClassName
{
background-color: #DEE4CA;
}
.BgClassName
{
background-color: #DEE4CA;
}
</style>
border-color css
<style>
span { border-color: #DEE4CA; }
span { border-color: rgb(222,228,202); }
td.TdClassName
{
border-color: #DEE4CA;
}
.TagClassName
{
border-color: #DEE4CA;
}
</style>