Shades of Willow Brook #DEE6C5
Tints of Willow Brook #DEE6C5
RGB
CMYK
RGB Variations
Color information
#DEE6C5 (or 0xDEE6C5) is known color: Willow Brook. HEX triplet: DE, E6 and C5. RGB value is (222,230,197). Sum of RGB (Red+Green+Blue) = 222+230+197=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6C5 is #21193A. Grayscale: #DFDFDF. Windows color (decimal): -2169147 or 12969694. OLE color: 12969694.
HSL color Cylindrical-coordinate representation of color #DEE6C5: hue angle of 74.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEE6C5 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 197 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.10 |
| HSL | 74.55º | 0.4% | 0.84% | - |
| HSV(B) | 74.55º | 0.14% | 0.9% | - |
| XYZ | 68.5 | 76.15 | 63.91 | - |
| YUV | 223.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 197 | 0.03 | 0 | 0.14 | 0.10 | 74.55 | 0.4 | 0.84 |
| Hex | DE | E6 | C5 | 3 | 0 | E | A | 4B | 28 | 54 |
| Octal | 336 | 346 | 305 | 3 | 0 | 16 | 12 | 113 | 50 | 124 |
| Binary | 11011110 | 11100110 | 11000101 | 11 | 0 | 1110 | 1010 | 1001011 | 101000 | 1010100 |
Color Harmonies of #DEE6C5
Complementary color
Monochromatic Colors of #DEE6C5
Black with #DEE6C5
Text Example
Text Example
White with #DEE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6C5; }
p { color: rgb(222,230,197); }
H1.HeaderClassName
{
color: #DEE6C5;
}
.AnyTagClassName
{
color: #DEE6C5;
}
</style>
background-color css
<style>
a { background-color: #DEE6C5; }
a { background-color: rgb(222,230,197); }
div.DivClassName
{
background-color: #DEE6C5;
}
.BgClassName
{
background-color: #DEE6C5;
}
</style>
border-color css
<style>
span { border-color: #DEE6C5; }
span { border-color: rgb(222,230,197); }
td.TdClassName
{
border-color: #DEE6C5;
}
.TagClassName
{
border-color: #DEE6C5;
}
</style>