Shades of Willow Brook #DBEAC7
Tints of Willow Brook #DBEAC7
RGB
CMYK
RGB Variations
Color information
#DBEAC7 (or 0xDBEAC7) is known color: Willow Brook. HEX triplet: DB, EA and C7. RGB value is (219,234,199). Sum of RGB (Red+Green+Blue) = 219+234+199=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC7 is #241538. Grayscale: #E1E1E1. Windows color (decimal): -2364729 or 13101787. OLE color: 13101787.
HSL color Cylindrical-coordinate representation of color #DBEAC7: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEAC7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 199 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.08 |
| HSL | 85.71º | 0.45% | 0.85% | - |
| HSV(B) | 85.71º | 0.15% | 0.92% | - |
| XYZ | 68.95 | 78.03 | 65.46 | - |
| YUV | 225.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 199 | 0.06 | 0 | 0.15 | 0.08 | 85.71 | 0.45 | 0.85 |
| Hex | DB | EA | C7 | 6 | 0 | F | 8 | 56 | 2D | 55 |
| Octal | 333 | 352 | 307 | 6 | 0 | 17 | 10 | 126 | 55 | 125 |
| Binary | 11011011 | 11101010 | 11000111 | 110 | 0 | 1111 | 1000 | 1010110 | 101101 | 1010101 |
Color Harmonies of #DBEAC7
Complementary color
Monochromatic Colors of #DBEAC7
Black with #DBEAC7
Text Example
Text Example
White with #DBEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAC7; }
p { color: rgb(219,234,199); }
H1.HeaderClassName
{
color: #DBEAC7;
}
.AnyTagClassName
{
color: #DBEAC7;
}
</style>
background-color css
<style>
a { background-color: #DBEAC7; }
a { background-color: rgb(219,234,199); }
div.DivClassName
{
background-color: #DBEAC7;
}
.BgClassName
{
background-color: #DBEAC7;
}
</style>
border-color css
<style>
span { border-color: #DBEAC7; }
span { border-color: rgb(219,234,199); }
td.TdClassName
{
border-color: #DBEAC7;
}
.TagClassName
{
border-color: #DBEAC7;
}
</style>