Shades of Willow Brook #DBEAC1
Tints of Willow Brook #DBEAC1
RGB
CMYK
RGB Variations
Color information
#DBEAC1 (or 0xDBEAC1) is known color: Willow Brook. HEX triplet: DB, EA and C1. RGB value is (219,234,193). Sum of RGB (Red+Green+Blue) = 219+234+193=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC1 is #24153E. Grayscale: #E0E0E0. Windows color (decimal): -2364735 or 12708571. OLE color: 12708571.
HSL color Cylindrical-coordinate representation of color #DBEAC1: hue angle of 81.95º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBEAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 193 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.08 |
| HSL | 81.95º | 0.49% | 0.84% | - |
| HSV(B) | 81.95º | 0.18% | 0.92% | - |
| XYZ | 68.26 | 77.76 | 61.86 | - |
| YUV | 224.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 193 | 0.06 | 0 | 0.18 | 0.08 | 81.95 | 0.49 | 0.84 |
| Hex | DB | EA | C1 | 6 | 0 | 12 | 8 | 52 | 31 | 54 |
| Octal | 333 | 352 | 301 | 6 | 0 | 22 | 10 | 122 | 61 | 124 |
| Binary | 11011011 | 11101010 | 11000001 | 110 | 0 | 10010 | 1000 | 1010010 | 110001 | 1010100 |
Color Harmonies of #DBEAC1
Complementary color
Monochromatic Colors of #DBEAC1
Black with #DBEAC1
Text Example
Text Example
White with #DBEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAC1; }
p { color: rgb(219,234,193); }
H1.HeaderClassName
{
color: #DBEAC1;
}
.AnyTagClassName
{
color: #DBEAC1;
}
</style>
background-color css
<style>
a { background-color: #DBEAC1; }
a { background-color: rgb(219,234,193); }
div.DivClassName
{
background-color: #DBEAC1;
}
.BgClassName
{
background-color: #DBEAC1;
}
</style>
border-color css
<style>
span { border-color: #DBEAC1; }
span { border-color: rgb(219,234,193); }
td.TdClassName
{
border-color: #DBEAC1;
}
.TagClassName
{
border-color: #DBEAC1;
}
</style>