Shades of Willow Brook #DEEDC0
Tints of Willow Brook #DEEDC0
RGB
CMYK
RGB Variations
Color information
#DEEDC0 (or 0xDEEDC0) is known color: Willow Brook. HEX triplet: DE, ED and C0. RGB value is (222,237,192). Sum of RGB (Red+Green+Blue) = 222+237+192=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDC0 is #21123F. Grayscale: #E3E3E3. Windows color (decimal): -2167360 or 12643806. OLE color: 12643806.
HSL color Cylindrical-coordinate representation of color #DEEDC0: hue angle of 80º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEEDC0 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 192 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.07 |
| HSL | 80º | 0.56% | 0.84% | - |
| HSV(B) | 80º | 0.19% | 0.93% | - |
| XYZ | 69.92 | 79.9 | 61.61 | - |
| YUV | 227.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 192 | 0.06 | 0 | 0.19 | 0.07 | 80 | 0.56 | 0.84 |
| Hex | DE | ED | C0 | 6 | 0 | 13 | 7 | 50 | 38 | 54 |
| Octal | 336 | 355 | 300 | 6 | 0 | 23 | 7 | 120 | 70 | 124 |
| Binary | 11011110 | 11101101 | 11000000 | 110 | 0 | 10011 | 111 | 1010000 | 111000 | 1010100 |
Color Harmonies of #DEEDC0
Complementary color
Monochromatic Colors of #DEEDC0
Black with #DEEDC0
Text Example
Text Example
White with #DEEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDC0; }
p { color: rgb(222,237,192); }
H1.HeaderClassName
{
color: #DEEDC0;
}
.AnyTagClassName
{
color: #DEEDC0;
}
</style>
background-color css
<style>
a { background-color: #DEEDC0; }
a { background-color: rgb(222,237,192); }
div.DivClassName
{
background-color: #DEEDC0;
}
.BgClassName
{
background-color: #DEEDC0;
}
</style>
border-color css
<style>
span { border-color: #DEEDC0; }
span { border-color: rgb(222,237,192); }
td.TdClassName
{
border-color: #DEEDC0;
}
.TagClassName
{
border-color: #DEEDC0;
}
</style>