Shades of Willow Brook #DBECBE
Tints of Willow Brook #DBECBE
RGB
CMYK
RGB Variations
Color information
#DBECBE (or 0xDBECBE) is known color: Willow Brook. HEX triplet: DB, EC and BE. RGB value is (219,236,190). Sum of RGB (Red+Green+Blue) = 219+236+190=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECBE is #241341. Grayscale: #E1E1E1. Windows color (decimal): -2364226 or 12512475. OLE color: 12512475.
HSL color Cylindrical-coordinate representation of color #DBECBE: hue angle of 82.17º degrees, saturation: 0.55, 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 #DBECBE is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 190 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.07 |
| HSL | 82.17º | 0.55% | 0.84% | - |
| HSV(B) | 82.17º | 0.19% | 0.93% | - |
| XYZ | 68.5 | 78.77 | 60.31 | - |
| YUV | 225.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 190 | 0.07 | 0 | 0.19 | 0.07 | 82.17 | 0.55 | 0.84 |
| Hex | DB | EC | BE | 7 | 0 | 13 | 7 | 52 | 37 | 54 |
| Octal | 333 | 354 | 276 | 7 | 0 | 23 | 7 | 122 | 67 | 124 |
| Binary | 11011011 | 11101100 | 10111110 | 111 | 0 | 10011 | 111 | 1010010 | 110111 | 1010100 |
Color Harmonies of #DBECBE
Complementary color
Monochromatic Colors of #DBECBE
Black with #DBECBE
Text Example
Text Example
White with #DBECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECBE; }
p { color: rgb(219,236,190); }
H1.HeaderClassName
{
color: #DBECBE;
}
.AnyTagClassName
{
color: #DBECBE;
}
</style>
background-color css
<style>
a { background-color: #DBECBE; }
a { background-color: rgb(219,236,190); }
div.DivClassName
{
background-color: #DBECBE;
}
.BgClassName
{
background-color: #DBECBE;
}
</style>
border-color css
<style>
span { border-color: #DBECBE; }
span { border-color: rgb(219,236,190); }
td.TdClassName
{
border-color: #DBECBE;
}
.TagClassName
{
border-color: #DBECBE;
}
</style>