Shades of Willow Brook #DEE3CF
Tints of Willow Brook #DEE3CF
RGB
CMYK
RGB Variations
Color information
#DEE3CF (or 0xDEE3CF) is known color: Willow Brook. HEX triplet: DE, E3 and CF. RGB value is (222,227,207). Sum of RGB (Red+Green+Blue) = 222+227+207=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3CF is #211C30. Grayscale: #DFDFDF. Windows color (decimal): -2169905 or 13624286. OLE color: 13624286.
HSL color Cylindrical-coordinate representation of color #DEE3CF: hue angle of 75º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE3CF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 207 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.11 |
| HSL | 75º | 0.26% | 0.85% | - |
| HSV(B) | 75º | 0.09% | 0.89% | - |
| XYZ | 68.86 | 74.97 | 69.87 | - |
| YUV | 223.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 207 | 0.02 | 0 | 0.09 | 0.11 | 75 | 0.26 | 0.85 |
| Hex | DE | E3 | CF | 2 | 0 | 9 | B | 4B | 1A | 55 |
| Octal | 336 | 343 | 317 | 2 | 0 | 11 | 13 | 113 | 32 | 125 |
| Binary | 11011110 | 11100011 | 11001111 | 10 | 0 | 1001 | 1011 | 1001011 | 11010 | 1010101 |
Color Harmonies of #DEE3CF
Complementary color
Monochromatic Colors of #DEE3CF
Black with #DEE3CF
Text Example
Text Example
White with #DEE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3CF; }
p { color: rgb(222,227,207); }
H1.HeaderClassName
{
color: #DEE3CF;
}
.AnyTagClassName
{
color: #DEE3CF;
}
</style>
background-color css
<style>
a { background-color: #DEE3CF; }
a { background-color: rgb(222,227,207); }
div.DivClassName
{
background-color: #DEE3CF;
}
.BgClassName
{
background-color: #DEE3CF;
}
</style>
border-color css
<style>
span { border-color: #DEE3CF; }
span { border-color: rgb(222,227,207); }
td.TdClassName
{
border-color: #DEE3CF;
}
.TagClassName
{
border-color: #DEE3CF;
}
</style>