Shades of Willow Brook #DBEAC0
Tints of Willow Brook #DBEAC0
RGB
CMYK
RGB Variations
Color information
#DBEAC0 (or 0xDBEAC0) is known color: Willow Brook. HEX triplet: DB, EA and C0. RGB value is (219,234,192). Sum of RGB (Red+Green+Blue) = 219+234+192=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC0 is #24153F. Grayscale: #E0E0E0. Windows color (decimal): -2364736 or 12643035. OLE color: 12643035.
HSL color Cylindrical-coordinate representation of color #DBEAC0: hue angle of 81.43º degrees, saturation: 0.5, 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 #DBEAC0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 192 | - |
CMYK | 0.06 | 0 | 0.18 | 0.08 |
HSL | 81.43º | 0.5% | 0.84% | - |
HSV(B) | 81.43º | 0.18% | 0.92% | - |
XYZ | 68.15 | 77.71 | 61.28 | - |
YUV | 224.73 | 109.53 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 192 | 0.06 | 0 | 0.18 | 0.08 | 81.43 | 0.5 | 0.84 |
Hex | DB | EA | C0 | 6 | 0 | 12 | 8 | 51 | 32 | 54 |
Octal | 333 | 352 | 300 | 6 | 0 | 22 | 10 | 121 | 62 | 124 |
Binary | 11011011 | 11101010 | 11000000 | 110 | 0 | 10010 | 1000 | 1010001 | 110010 | 1010100 |
Color Harmonies of #DBEAC0
Complementary color
Monochromatic Colors of #DBEAC0
Black with #DBEAC0
Text Example
Text Example
White with #DBEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAC0; }
p { color: rgb(219,234,192); }
H1.HeaderClassName
{
color: #DBEAC0;
}
.AnyTagClassName
{
color: #DBEAC0;
}
</style>
background-color css
<style>
a { background-color: #DBEAC0; }
a { background-color: rgb(219,234,192); }
div.DivClassName
{
background-color: #DBEAC0;
}
.BgClassName
{
background-color: #DBEAC0;
}
</style>
border-color css
<style>
span { border-color: #DBEAC0; }
span { border-color: rgb(219,234,192); }
td.TdClassName
{
border-color: #DBEAC0;
}
.TagClassName
{
border-color: #DBEAC0;
}
</style>