Shades of Willow Brook #DBEBBF
Tints of Willow Brook #DBEBBF
RGB
CMYK
RGB Variations
Color information
#DBEBBF (or 0xDBEBBF) is known color: Willow Brook. HEX triplet: DB, EB and BF. RGB value is (219,235,191). Sum of RGB (Red+Green+Blue) = 219+235+191=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBBF is #241440. Grayscale: #E1E1E1. Windows color (decimal): -2364481 or 12577755. OLE color: 12577755.
HSL color Cylindrical-coordinate representation of color #DBEBBF: hue angle of 81.82º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBEBBF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 191 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.08 |
| HSL | 81.82º | 0.52% | 0.84% | - |
| HSV(B) | 81.82º | 0.19% | 0.92% | - |
| XYZ | 68.33 | 78.24 | 60.79 | - |
| YUV | 225.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 191 | 0.07 | 0 | 0.19 | 0.08 | 81.82 | 0.52 | 0.84 |
| Hex | DB | EB | BF | 7 | 0 | 13 | 8 | 52 | 34 | 54 |
| Octal | 333 | 353 | 277 | 7 | 0 | 23 | 10 | 122 | 64 | 124 |
| Binary | 11011011 | 11101011 | 10111111 | 111 | 0 | 10011 | 1000 | 1010010 | 110100 | 1010100 |
Color Harmonies of #DBEBBF
Complementary color
Monochromatic Colors of #DBEBBF
Black with #DBEBBF
Text Example
Text Example
White with #DBEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBBF; }
p { color: rgb(219,235,191); }
H1.HeaderClassName
{
color: #DBEBBF;
}
.AnyTagClassName
{
color: #DBEBBF;
}
</style>
background-color css
<style>
a { background-color: #DBEBBF; }
a { background-color: rgb(219,235,191); }
div.DivClassName
{
background-color: #DBEBBF;
}
.BgClassName
{
background-color: #DBEBBF;
}
</style>
border-color css
<style>
span { border-color: #DBEBBF; }
span { border-color: rgb(219,235,191); }
td.TdClassName
{
border-color: #DBEBBF;
}
.TagClassName
{
border-color: #DBEBBF;
}
</style>