Shades of Willow Brook #DBECC1
Tints of Willow Brook #DBECC1
RGB
CMYK
RGB Variations
Color information
#DBECC1 (or 0xDBECC1) is known color: Willow Brook. HEX triplet: DB, EC and C1. RGB value is (219,236,193). Sum of RGB (Red+Green+Blue) = 219+236+193=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC1 is #24133E. Grayscale: #E2E2E2. Windows color (decimal): -2364223 or 12709083. OLE color: 12709083.
HSL color Cylindrical-coordinate representation of color #DBECC1: hue angle of 83.72º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBECC1 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 193 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.07 |
| HSL | 83.72º | 0.53% | 0.84% | - |
| HSV(B) | 83.72º | 0.18% | 0.93% | - |
| XYZ | 68.83 | 78.9 | 62.05 | - |
| YUV | 226.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 193 | 0.07 | 0 | 0.18 | 0.07 | 83.72 | 0.53 | 0.84 |
| Hex | DB | EC | C1 | 7 | 0 | 12 | 7 | 54 | 35 | 54 |
| Octal | 333 | 354 | 301 | 7 | 0 | 22 | 7 | 124 | 65 | 124 |
| Binary | 11011011 | 11101100 | 11000001 | 111 | 0 | 10010 | 111 | 1010100 | 110101 | 1010100 |
Color Harmonies of #DBECC1
Complementary color
Monochromatic Colors of #DBECC1
Black with #DBECC1
Text Example
Text Example
White with #DBECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECC1; }
p { color: rgb(219,236,193); }
H1.HeaderClassName
{
color: #DBECC1;
}
.AnyTagClassName
{
color: #DBECC1;
}
</style>
background-color css
<style>
a { background-color: #DBECC1; }
a { background-color: rgb(219,236,193); }
div.DivClassName
{
background-color: #DBECC1;
}
.BgClassName
{
background-color: #DBECC1;
}
</style>
border-color css
<style>
span { border-color: #DBECC1; }
span { border-color: rgb(219,236,193); }
td.TdClassName
{
border-color: #DBECC1;
}
.TagClassName
{
border-color: #DBECC1;
}
</style>