Shades of Willow Brook #DBEBC6
Tints of Willow Brook #DBEBC6
RGB
CMYK
RGB Variations
Color information
#DBEBC6 (or 0xDBEBC6) is known color: Willow Brook. HEX triplet: DB, EB and C6. RGB value is (219,235,198). Sum of RGB (Red+Green+Blue) = 219+235+198=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC6 is #241439. Grayscale: #E2E2E2. Windows color (decimal): -2364474 or 13036507. OLE color: 13036507.
HSL color Cylindrical-coordinate representation of color #DBEBC6: hue angle of 85.95º degrees, saturation: 0.48, 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 #DBEBC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 198 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.08 |
| HSL | 85.95º | 0.48% | 0.85% | - |
| HSV(B) | 85.95º | 0.16% | 0.92% | - |
| XYZ | 69.11 | 78.55 | 64.95 | - |
| YUV | 226 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 198 | 0.07 | 0 | 0.16 | 0.08 | 85.95 | 0.48 | 0.85 |
| Hex | DB | EB | C6 | 7 | 0 | 10 | 8 | 56 | 30 | 55 |
| Octal | 333 | 353 | 306 | 7 | 0 | 20 | 10 | 126 | 60 | 125 |
| Binary | 11011011 | 11101011 | 11000110 | 111 | 0 | 10000 | 1000 | 1010110 | 110000 | 1010101 |
Color Harmonies of #DBEBC6
Complementary color
Monochromatic Colors of #DBEBC6
Black with #DBEBC6
Text Example
Text Example
White with #DBEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC6; }
p { color: rgb(219,235,198); }
H1.HeaderClassName
{
color: #DBEBC6;
}
.AnyTagClassName
{
color: #DBEBC6;
}
</style>
background-color css
<style>
a { background-color: #DBEBC6; }
a { background-color: rgb(219,235,198); }
div.DivClassName
{
background-color: #DBEBC6;
}
.BgClassName
{
background-color: #DBEBC6;
}
</style>
border-color css
<style>
span { border-color: #DBEBC6; }
span { border-color: rgb(219,235,198); }
td.TdClassName
{
border-color: #DBEBC6;
}
.TagClassName
{
border-color: #DBEBC6;
}
</style>