Shades of Willow Brook #DBEABA
Tints of Willow Brook #DBEABA
RGB
CMYK
RGB Variations
Color information
#DBEABA (or 0xDBEABA) is known color: Willow Brook. HEX triplet: DB, EA and BA. RGB value is (219,234,186). Sum of RGB (Red+Green+Blue) = 219+234+186=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEABA is #241545. Grayscale: #E0E0E0. Windows color (decimal): -2364742 or 12249819. OLE color: 12249819.
HSL color Cylindrical-coordinate representation of color #DBEABA: hue angle of 78.75º degrees, saturation: 0.53, 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 #DBEABA is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 186 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.08 |
| HSL | 78.75º | 0.53% | 0.82% | - |
| HSV(B) | 78.75º | 0.21% | 0.92% | - |
| XYZ | 67.5 | 77.45 | 57.85 | - |
| YUV | 224.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 186 | 0.06 | 0 | 0.21 | 0.08 | 78.75 | 0.53 | 0.82 |
| Hex | DB | EA | BA | 6 | 0 | 15 | 8 | 4F | 35 | 52 |
| Octal | 333 | 352 | 272 | 6 | 0 | 25 | 10 | 117 | 65 | 122 |
| Binary | 11011011 | 11101010 | 10111010 | 110 | 0 | 10101 | 1000 | 1001111 | 110101 | 1010010 |
Color Harmonies of #DBEABA
Complementary color
Monochromatic Colors of #DBEABA
Black with #DBEABA
Text Example
Text Example
White with #DBEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEABA; }
p { color: rgb(219,234,186); }
H1.HeaderClassName
{
color: #DBEABA;
}
.AnyTagClassName
{
color: #DBEABA;
}
</style>
background-color css
<style>
a { background-color: #DBEABA; }
a { background-color: rgb(219,234,186); }
div.DivClassName
{
background-color: #DBEABA;
}
.BgClassName
{
background-color: #DBEABA;
}
</style>
border-color css
<style>
span { border-color: #DBEABA; }
span { border-color: rgb(219,234,186); }
td.TdClassName
{
border-color: #DBEABA;
}
.TagClassName
{
border-color: #DBEABA;
}
</style>