Shades of Willow Brook #DBEABF
Tints of Willow Brook #DBEABF
RGB
CMYK
RGB Variations
Color information
#DBEABF (or 0xDBEABF) is known color: Willow Brook. HEX triplet: DB, EA and BF. RGB value is (219,234,191). Sum of RGB (Red+Green+Blue) = 219+234+191=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEABF is #241540. Grayscale: #E0E0E0. Windows color (decimal): -2364737 or 12577499. OLE color: 12577499.
HSL color Cylindrical-coordinate representation of color #DBEABF: hue angle of 80.93º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBEABF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 191 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.08 |
| HSL | 80.93º | 0.51% | 0.83% | - |
| HSV(B) | 80.93º | 0.18% | 0.92% | - |
| XYZ | 68.04 | 77.67 | 60.7 | - |
| YUV | 224.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 191 | 0.06 | 0 | 0.18 | 0.08 | 80.93 | 0.51 | 0.83 |
| Hex | DB | EA | BF | 6 | 0 | 12 | 8 | 51 | 33 | 53 |
| Octal | 333 | 352 | 277 | 6 | 0 | 22 | 10 | 121 | 63 | 123 |
| Binary | 11011011 | 11101010 | 10111111 | 110 | 0 | 10010 | 1000 | 1010001 | 110011 | 1010011 |
Color Harmonies of #DBEABF
Complementary color
Monochromatic Colors of #DBEABF
Black with #DBEABF
Text Example
Text Example
White with #DBEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEABF; }
p { color: rgb(219,234,191); }
H1.HeaderClassName
{
color: #DBEABF;
}
.AnyTagClassName
{
color: #DBEABF;
}
</style>
background-color css
<style>
a { background-color: #DBEABF; }
a { background-color: rgb(219,234,191); }
div.DivClassName
{
background-color: #DBEABF;
}
.BgClassName
{
background-color: #DBEABF;
}
</style>
border-color css
<style>
span { border-color: #DBEABF; }
span { border-color: rgb(219,234,191); }
td.TdClassName
{
border-color: #DBEABF;
}
.TagClassName
{
border-color: #DBEABF;
}
</style>