Shades of Willow Brook #DBECBF
Tints of Willow Brook #DBECBF
RGB
CMYK
RGB Variations
Color information
#DBECBF (or 0xDBECBF) is known color: Willow Brook. HEX triplet: DB, EC and BF. RGB value is (219,236,191). Sum of RGB (Red+Green+Blue) = 219+236+191=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECBF is #241340. Grayscale: #E1E1E1. Windows color (decimal): -2364225 or 12578011. OLE color: 12578011.
HSL color Cylindrical-coordinate representation of color #DBECBF: hue angle of 82.67º 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 #DBECBF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 191 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.07 |
| HSL | 82.67º | 0.54% | 0.84% | - |
| HSV(B) | 82.67º | 0.19% | 0.93% | - |
| XYZ | 68.61 | 78.81 | 60.89 | - |
| YUV | 225.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 191 | 0.07 | 0 | 0.19 | 0.07 | 82.67 | 0.54 | 0.84 |
| Hex | DB | EC | BF | 7 | 0 | 13 | 7 | 53 | 36 | 54 |
| Octal | 333 | 354 | 277 | 7 | 0 | 23 | 7 | 123 | 66 | 124 |
| Binary | 11011011 | 11101100 | 10111111 | 111 | 0 | 10011 | 111 | 1010011 | 110110 | 1010100 |
Color Harmonies of #DBECBF
Complementary color
Monochromatic Colors of #DBECBF
Black with #DBECBF
Text Example
Text Example
White with #DBECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECBF; }
p { color: rgb(219,236,191); }
H1.HeaderClassName
{
color: #DBECBF;
}
.AnyTagClassName
{
color: #DBECBF;
}
</style>
background-color css
<style>
a { background-color: #DBECBF; }
a { background-color: rgb(219,236,191); }
div.DivClassName
{
background-color: #DBECBF;
}
.BgClassName
{
background-color: #DBECBF;
}
</style>
border-color css
<style>
span { border-color: #DBECBF; }
span { border-color: rgb(219,236,191); }
td.TdClassName
{
border-color: #DBECBF;
}
.TagClassName
{
border-color: #DBECBF;
}
</style>