Shades of Willow Brook #DBEBC5
Tints of Willow Brook #DBEBC5
RGB
CMYK
RGB Variations
Color information
#DBEBC5 (or 0xDBEBC5) is known color: Willow Brook. HEX triplet: DB, EB and C5. RGB value is (219,235,197). Sum of RGB (Red+Green+Blue) = 219+235+197=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC5 is #24143A. Grayscale: #E2E2E2. Windows color (decimal): -2364475 or 12970971. OLE color: 12970971.
HSL color Cylindrical-coordinate representation of color #DBEBC5: hue angle of 85.26º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBEBC5 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 197 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.08 |
| HSL | 85.26º | 0.49% | 0.85% | - |
| HSV(B) | 85.26º | 0.16% | 0.92% | - |
| XYZ | 69 | 78.51 | 64.34 | - |
| YUV | 225.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 197 | 0.07 | 0 | 0.16 | 0.08 | 85.26 | 0.49 | 0.85 |
| Hex | DB | EB | C5 | 7 | 0 | 10 | 8 | 55 | 31 | 55 |
| Octal | 333 | 353 | 305 | 7 | 0 | 20 | 10 | 125 | 61 | 125 |
| Binary | 11011011 | 11101011 | 11000101 | 111 | 0 | 10000 | 1000 | 1010101 | 110001 | 1010101 |
Color Harmonies of #DBEBC5
Complementary color
Monochromatic Colors of #DBEBC5
Black with #DBEBC5
Text Example
Text Example
White with #DBEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC5; }
p { color: rgb(219,235,197); }
H1.HeaderClassName
{
color: #DBEBC5;
}
.AnyTagClassName
{
color: #DBEBC5;
}
</style>
background-color css
<style>
a { background-color: #DBEBC5; }
a { background-color: rgb(219,235,197); }
div.DivClassName
{
background-color: #DBEBC5;
}
.BgClassName
{
background-color: #DBEBC5;
}
</style>
border-color css
<style>
span { border-color: #DBEBC5; }
span { border-color: rgb(219,235,197); }
td.TdClassName
{
border-color: #DBEBC5;
}
.TagClassName
{
border-color: #DBEBC5;
}
</style>