Shades of Willow Brook #DEE5D0
Tints of Willow Brook #DEE5D0
RGB
CMYK
RGB Variations
Color information
#DEE5D0 (or 0xDEE5D0) is known color: Willow Brook. HEX triplet: DE, E5 and D0. RGB value is (222,229,208). Sum of RGB (Red+Green+Blue) = 222+229+208=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5D0 is #211A2F. Grayscale: #E0E0E0. Windows color (decimal): -2169392 or 13690334. OLE color: 13690334.
HSL color Cylindrical-coordinate representation of color #DEE5D0: hue angle of 80º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE5D0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 208 | - |
CMYK | 0.03 | 0 | 0.09 | 0.10 |
HSL | 80º | 0.29% | 0.86% | - |
HSV(B) | 80º | 0.09% | 0.9% | - |
XYZ | 69.53 | 76.12 | 70.7 | - |
YUV | 224.51 | 118.68 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 208 | 0.03 | 0 | 0.09 | 0.10 | 80 | 0.29 | 0.86 |
Hex | DE | E5 | D0 | 3 | 0 | 9 | A | 50 | 1D | 56 |
Octal | 336 | 345 | 320 | 3 | 0 | 11 | 12 | 120 | 35 | 126 |
Binary | 11011110 | 11100101 | 11010000 | 11 | 0 | 1001 | 1010 | 1010000 | 11101 | 1010110 |
Color Harmonies of #DEE5D0
Complementary color
Monochromatic Colors of #DEE5D0
Black with #DEE5D0
Text Example
Text Example
White with #DEE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5D0; }
p { color: rgb(222,229,208); }
H1.HeaderClassName
{
color: #DEE5D0;
}
.AnyTagClassName
{
color: #DEE5D0;
}
</style>
background-color css
<style>
a { background-color: #DEE5D0; }
a { background-color: rgb(222,229,208); }
div.DivClassName
{
background-color: #DEE5D0;
}
.BgClassName
{
background-color: #DEE5D0;
}
</style>
border-color css
<style>
span { border-color: #DEE5D0; }
span { border-color: rgb(222,229,208); }
td.TdClassName
{
border-color: #DEE5D0;
}
.TagClassName
{
border-color: #DEE5D0;
}
</style>