Shades of Willow Brook #DEEBCC
Tints of Willow Brook #DEEBCC
RGB
CMYK
RGB Variations
Color information
#DEEBCC (or 0xDEEBCC) is known color: Willow Brook. HEX triplet: DE, EB and CC. RGB value is (222,235,204). Sum of RGB (Red+Green+Blue) = 222+235+204=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBCC is #211433. Grayscale: #E3E3E3. Windows color (decimal): -2167860 or 13429726. OLE color: 13429726.
HSL color Cylindrical-coordinate representation of color #DEEBCC: hue angle of 85.16º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEEBCC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 204 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.08 |
| HSL | 85.16º | 0.44% | 0.86% | - |
| HSV(B) | 85.16º | 0.13% | 0.92% | - |
| XYZ | 70.73 | 79.31 | 68.71 | - |
| YUV | 227.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 204 | 0.06 | 0 | 0.13 | 0.08 | 85.16 | 0.44 | 0.86 |
| Hex | DE | EB | CC | 6 | 0 | D | 8 | 55 | 2C | 56 |
| Octal | 336 | 353 | 314 | 6 | 0 | 15 | 10 | 125 | 54 | 126 |
| Binary | 11011110 | 11101011 | 11001100 | 110 | 0 | 1101 | 1000 | 1010101 | 101100 | 1010110 |
Color Harmonies of #DEEBCC
Complementary color
Monochromatic Colors of #DEEBCC
Black with #DEEBCC
Text Example
Text Example
White with #DEEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBCC; }
p { color: rgb(222,235,204); }
H1.HeaderClassName
{
color: #DEEBCC;
}
.AnyTagClassName
{
color: #DEEBCC;
}
</style>
background-color css
<style>
a { background-color: #DEEBCC; }
a { background-color: rgb(222,235,204); }
div.DivClassName
{
background-color: #DEEBCC;
}
.BgClassName
{
background-color: #DEEBCC;
}
</style>
border-color css
<style>
span { border-color: #DEEBCC; }
span { border-color: rgb(222,235,204); }
td.TdClassName
{
border-color: #DEEBCC;
}
.TagClassName
{
border-color: #DEEBCC;
}
</style>