Shades of Willow Brook #DEE2D0
Tints of Willow Brook #DEE2D0
RGB
CMYK
RGB Variations
Color information
#DEE2D0 (or 0xDEE2D0) is known color: Willow Brook. HEX triplet: DE, E2 and D0. RGB value is (222,226,208). Sum of RGB (Red+Green+Blue) = 222+226+208=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2D0 is #211D2F. Grayscale: #DEDEDE. Windows color (decimal): -2170160 or 13689566. OLE color: 13689566.
HSL color Cylindrical-coordinate representation of color #DEE2D0: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE2D0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 208 | - |
CMYK | 0.02 | 0 | 0.08 | 0.11 |
HSL | 73.33º | 0.24% | 0.85% | - |
HSV(B) | 73.33º | 0.08% | 0.89% | - |
XYZ | 68.71 | 74.48 | 70.43 | - |
YUV | 222.75 | 119.67 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 208 | 0.02 | 0 | 0.08 | 0.11 | 73.33 | 0.24 | 0.85 |
Hex | DE | E2 | D0 | 2 | 0 | 8 | B | 49 | 18 | 55 |
Octal | 336 | 342 | 320 | 2 | 0 | 10 | 13 | 111 | 30 | 125 |
Binary | 11011110 | 11100010 | 11010000 | 10 | 0 | 1000 | 1011 | 1001001 | 11000 | 1010101 |
Color Harmonies of #DEE2D0
Complementary color
Monochromatic Colors of #DEE2D0
Black with #DEE2D0
Text Example
Text Example
White with #DEE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2D0; }
p { color: rgb(222,226,208); }
H1.HeaderClassName
{
color: #DEE2D0;
}
.AnyTagClassName
{
color: #DEE2D0;
}
</style>
background-color css
<style>
a { background-color: #DEE2D0; }
a { background-color: rgb(222,226,208); }
div.DivClassName
{
background-color: #DEE2D0;
}
.BgClassName
{
background-color: #DEE2D0;
}
</style>
border-color css
<style>
span { border-color: #DEE2D0; }
span { border-color: rgb(222,226,208); }
td.TdClassName
{
border-color: #DEE2D0;
}
.TagClassName
{
border-color: #DEE2D0;
}
</style>