Shades of Willow Brook #DBE8BC
Tints of Willow Brook #DBE8BC
RGB
CMYK
RGB Variations
Color information
#DBE8BC (or 0xDBE8BC) is known color: Willow Brook. HEX triplet: DB, E8 and BC. RGB value is (219,232,188). Sum of RGB (Red+Green+Blue) = 219+232+188=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8BC is #241743. Grayscale: #DFDFDF. Windows color (decimal): -2365252 or 12380379. OLE color: 12380379.
HSL color Cylindrical-coordinate representation of color #DBE8BC: hue angle of 77.73º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE8BC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 188 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 77.73º | 0.49% | 0.82% | - |
| HSV(B) | 77.73º | 0.19% | 0.91% | - |
| XYZ | 67.15 | 76.4 | 58.79 | - |
| YUV | 223.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 188 | 0.06 | 0 | 0.19 | 0.09 | 77.73 | 0.49 | 0.82 |
| Hex | DB | E8 | BC | 6 | 0 | 13 | 9 | 4E | 31 | 52 |
| Octal | 333 | 350 | 274 | 6 | 0 | 23 | 11 | 116 | 61 | 122 |
| Binary | 11011011 | 11101000 | 10111100 | 110 | 0 | 10011 | 1001 | 1001110 | 110001 | 1010010 |
Color Harmonies of #DBE8BC
Complementary color
Monochromatic Colors of #DBE8BC
Black with #DBE8BC
Text Example
Text Example
White with #DBE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8BC; }
p { color: rgb(219,232,188); }
H1.HeaderClassName
{
color: #DBE8BC;
}
.AnyTagClassName
{
color: #DBE8BC;
}
</style>
background-color css
<style>
a { background-color: #DBE8BC; }
a { background-color: rgb(219,232,188); }
div.DivClassName
{
background-color: #DBE8BC;
}
.BgClassName
{
background-color: #DBE8BC;
}
</style>
border-color css
<style>
span { border-color: #DBE8BC; }
span { border-color: rgb(219,232,188); }
td.TdClassName
{
border-color: #DBE8BC;
}
.TagClassName
{
border-color: #DBE8BC;
}
</style>