Shades of Willow Brook #DBEBC3
Tints of Willow Brook #DBEBC3
RGB
CMYK
RGB Variations
Color information
#DBEBC3 (or 0xDBEBC3) is known color: Willow Brook. HEX triplet: DB, EB and C3. RGB value is (219,235,195). Sum of RGB (Red+Green+Blue) = 219+235+195=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC3 is #24143C. Grayscale: #E1E1E1. Windows color (decimal): -2364477 or 12839899. OLE color: 12839899.
HSL color Cylindrical-coordinate representation of color #DBEBC3: hue angle of 84º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEBC3 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 195 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 84º | 0.5% | 0.84% | - |
| HSV(B) | 84º | 0.17% | 0.92% | - |
| XYZ | 68.77 | 78.42 | 63.14 | - |
| YUV | 225.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 195 | 0.07 | 0 | 0.17 | 0.08 | 84 | 0.5 | 0.84 |
| Hex | DB | EB | C3 | 7 | 0 | 11 | 8 | 54 | 32 | 54 |
| Octal | 333 | 353 | 303 | 7 | 0 | 21 | 10 | 124 | 62 | 124 |
| Binary | 11011011 | 11101011 | 11000011 | 111 | 0 | 10001 | 1000 | 1010100 | 110010 | 1010100 |
Color Harmonies of #DBEBC3
Complementary color
Monochromatic Colors of #DBEBC3
Black with #DBEBC3
Text Example
Text Example
White with #DBEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC3; }
p { color: rgb(219,235,195); }
H1.HeaderClassName
{
color: #DBEBC3;
}
.AnyTagClassName
{
color: #DBEBC3;
}
</style>
background-color css
<style>
a { background-color: #DBEBC3; }
a { background-color: rgb(219,235,195); }
div.DivClassName
{
background-color: #DBEBC3;
}
.BgClassName
{
background-color: #DBEBC3;
}
</style>
border-color css
<style>
span { border-color: #DBEBC3; }
span { border-color: rgb(219,235,195); }
td.TdClassName
{
border-color: #DBEBC3;
}
.TagClassName
{
border-color: #DBEBC3;
}
</style>