Shades of Willow Brook #DEE4CD
Tints of Willow Brook #DEE4CD
RGB
CMYK
RGB Variations
Color information
#DEE4CD (or 0xDEE4CD) is known color: Willow Brook. HEX triplet: DE, E4 and CD. RGB value is (222,228,205). Sum of RGB (Red+Green+Blue) = 222+228+205=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4CD is #211B32. Grayscale: #DFDFDF. Windows color (decimal): -2169651 or 13493470. OLE color: 13493470.
HSL color Cylindrical-coordinate representation of color #DEE4CD: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE4CD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 228 | 205 | - |
CMYK | 0.03 | 0 | 0.10 | 0.11 |
HSL | 75.65º | 0.3% | 0.85% | - |
HSV(B) | 75.65º | 0.1% | 0.89% | - |
XYZ | 68.89 | 75.42 | 68.69 | - |
YUV | 223.58 | 117.51 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 205 | 0.03 | 0 | 0.10 | 0.11 | 75.65 | 0.3 | 0.85 |
Hex | DE | E4 | CD | 3 | 0 | A | B | 4C | 1E | 55 |
Octal | 336 | 344 | 315 | 3 | 0 | 12 | 13 | 114 | 36 | 125 |
Binary | 11011110 | 11100100 | 11001101 | 11 | 0 | 1010 | 1011 | 1001100 | 11110 | 1010101 |
Color Harmonies of #DEE4CD
Complementary color
Monochromatic Colors of #DEE4CD
Black with #DEE4CD
Text Example
Text Example
White with #DEE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4CD; }
p { color: rgb(222,228,205); }
H1.HeaderClassName
{
color: #DEE4CD;
}
.AnyTagClassName
{
color: #DEE4CD;
}
</style>
background-color css
<style>
a { background-color: #DEE4CD; }
a { background-color: rgb(222,228,205); }
div.DivClassName
{
background-color: #DEE4CD;
}
.BgClassName
{
background-color: #DEE4CD;
}
</style>
border-color css
<style>
span { border-color: #DEE4CD; }
span { border-color: rgb(222,228,205); }
td.TdClassName
{
border-color: #DEE4CD;
}
.TagClassName
{
border-color: #DEE4CD;
}
</style>