Shades of Willow Brook #DBEAB9
Tints of Willow Brook #DBEAB9
RGB
CMYK
RGB Variations
Color information
#DBEAB9 (or 0xDBEAB9) is known color: Willow Brook. HEX triplet: DB, EA and B9. RGB value is (219,234,185). Sum of RGB (Red+Green+Blue) = 219+234+185=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB9 is #241546. Grayscale: #E0E0E0. Windows color (decimal): -2364743 or 12184283. OLE color: 12184283.
HSL color Cylindrical-coordinate representation of color #DBEAB9: hue angle of 78.37º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBEAB9 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 185 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.08 |
| HSL | 78.37º | 0.54% | 0.82% | - |
| HSV(B) | 78.37º | 0.21% | 0.92% | - |
| XYZ | 67.39 | 77.41 | 57.29 | - |
| YUV | 223.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 185 | 0.06 | 0 | 0.21 | 0.08 | 78.37 | 0.54 | 0.82 |
| Hex | DB | EA | B9 | 6 | 0 | 15 | 8 | 4E | 36 | 52 |
| Octal | 333 | 352 | 271 | 6 | 0 | 25 | 10 | 116 | 66 | 122 |
| Binary | 11011011 | 11101010 | 10111001 | 110 | 0 | 10101 | 1000 | 1001110 | 110110 | 1010010 |
Color Harmonies of #DBEAB9
Complementary color
Monochromatic Colors of #DBEAB9
Black with #DBEAB9
Text Example
Text Example
White with #DBEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAB9; }
p { color: rgb(219,234,185); }
H1.HeaderClassName
{
color: #DBEAB9;
}
.AnyTagClassName
{
color: #DBEAB9;
}
</style>
background-color css
<style>
a { background-color: #DBEAB9; }
a { background-color: rgb(219,234,185); }
div.DivClassName
{
background-color: #DBEAB9;
}
.BgClassName
{
background-color: #DBEAB9;
}
</style>
border-color css
<style>
span { border-color: #DBEAB9; }
span { border-color: rgb(219,234,185); }
td.TdClassName
{
border-color: #DBEAB9;
}
.TagClassName
{
border-color: #DBEAB9;
}
</style>