Shades of Willow Brook #DBECC0
Tints of Willow Brook #DBECC0
RGB
CMYK
RGB Variations
Color information
#DBECC0 (or 0xDBECC0) is known color: Willow Brook. HEX triplet: DB, EC and C0. RGB value is (219,236,192). Sum of RGB (Red+Green+Blue) = 219+236+192=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC0 is #24133F. Grayscale: #E2E2E2. Windows color (decimal): -2364224 or 12643547. OLE color: 12643547.
HSL color Cylindrical-coordinate representation of color #DBECC0: hue angle of 83.18º degrees, saturation: 0.54, 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 #DBECC0 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 192 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.07 |
| HSL | 83.18º | 0.54% | 0.84% | - |
| HSV(B) | 83.18º | 0.19% | 0.93% | - |
| XYZ | 68.72 | 78.86 | 61.47 | - |
| YUV | 225.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 192 | 0.07 | 0 | 0.19 | 0.07 | 83.18 | 0.54 | 0.84 |
| Hex | DB | EC | C0 | 7 | 0 | 13 | 7 | 53 | 36 | 54 |
| Octal | 333 | 354 | 300 | 7 | 0 | 23 | 7 | 123 | 66 | 124 |
| Binary | 11011011 | 11101100 | 11000000 | 111 | 0 | 10011 | 111 | 1010011 | 110110 | 1010100 |
Color Harmonies of #DBECC0
Complementary color
Monochromatic Colors of #DBECC0
Black with #DBECC0
Text Example
Text Example
White with #DBECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECC0; }
p { color: rgb(219,236,192); }
H1.HeaderClassName
{
color: #DBECC0;
}
.AnyTagClassName
{
color: #DBECC0;
}
</style>
background-color css
<style>
a { background-color: #DBECC0; }
a { background-color: rgb(219,236,192); }
div.DivClassName
{
background-color: #DBECC0;
}
.BgClassName
{
background-color: #DBECC0;
}
</style>
border-color css
<style>
span { border-color: #DBECC0; }
span { border-color: rgb(219,236,192); }
td.TdClassName
{
border-color: #DBECC0;
}
.TagClassName
{
border-color: #DBECC0;
}
</style>