Shades of Willow Brook #DBEBC4
Tints of Willow Brook #DBEBC4
RGB
CMYK
RGB Variations
Color information
#DBEBC4 (or 0xDBEBC4) is known color: Willow Brook. HEX triplet: DB, EB and C4. RGB value is (219,235,196). Sum of RGB (Red+Green+Blue) = 219+235+196=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC4 is #24143B. Grayscale: #E1E1E1. Windows color (decimal): -2364476 or 12905435. OLE color: 12905435.
HSL color Cylindrical-coordinate representation of color #DBEBC4: hue angle of 84.62º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEBC4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 196 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 84.62º | 0.49% | 0.85% | - |
| HSV(B) | 84.62º | 0.17% | 0.92% | - |
| XYZ | 68.89 | 78.46 | 63.74 | - |
| YUV | 225.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 196 | 0.07 | 0 | 0.17 | 0.08 | 84.62 | 0.49 | 0.85 |
| Hex | DB | EB | C4 | 7 | 0 | 11 | 8 | 55 | 31 | 55 |
| Octal | 333 | 353 | 304 | 7 | 0 | 21 | 10 | 125 | 61 | 125 |
| Binary | 11011011 | 11101011 | 11000100 | 111 | 0 | 10001 | 1000 | 1010101 | 110001 | 1010101 |
Color Harmonies of #DBEBC4
Complementary color
Monochromatic Colors of #DBEBC4
Black with #DBEBC4
Text Example
Text Example
White with #DBEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC4; }
p { color: rgb(219,235,196); }
H1.HeaderClassName
{
color: #DBEBC4;
}
.AnyTagClassName
{
color: #DBEBC4;
}
</style>
background-color css
<style>
a { background-color: #DBEBC4; }
a { background-color: rgb(219,235,196); }
div.DivClassName
{
background-color: #DBEBC4;
}
.BgClassName
{
background-color: #DBEBC4;
}
</style>
border-color css
<style>
span { border-color: #DBEBC4; }
span { border-color: rgb(219,235,196); }
td.TdClassName
{
border-color: #DBEBC4;
}
.TagClassName
{
border-color: #DBEBC4;
}
</style>