Shades of Willow Brook #DBE7C2
Tints of Willow Brook #DBE7C2
RGB
CMYK
RGB Variations
Color information
#DBE7C2 (or 0xDBE7C2) is known color: Willow Brook. HEX triplet: DB, E7 and C2. RGB value is (219,231,194). Sum of RGB (Red+Green+Blue) = 219+231+194=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7C2 is #24183D. Grayscale: #DFDFDF. Windows color (decimal): -2365502 or 12773339. OLE color: 12773339.
HSL color Cylindrical-coordinate representation of color #DBE7C2: hue angle of 79.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE7C2 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 194 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.09 |
| HSL | 79.46º | 0.44% | 0.83% | - |
| HSV(B) | 79.46º | 0.16% | 0.91% | - |
| XYZ | 67.53 | 76.11 | 62.17 | - |
| YUV | 223.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 194 | 0.05 | 0 | 0.16 | 0.09 | 79.46 | 0.44 | 0.83 |
| Hex | DB | E7 | C2 | 5 | 0 | 10 | 9 | 4F | 2C | 53 |
| Octal | 333 | 347 | 302 | 5 | 0 | 20 | 11 | 117 | 54 | 123 |
| Binary | 11011011 | 11100111 | 11000010 | 101 | 0 | 10000 | 1001 | 1001111 | 101100 | 1010011 |
Color Harmonies of #DBE7C2
Complementary color
Monochromatic Colors of #DBE7C2
Black with #DBE7C2
Text Example
Text Example
White with #DBE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7C2; }
p { color: rgb(219,231,194); }
H1.HeaderClassName
{
color: #DBE7C2;
}
.AnyTagClassName
{
color: #DBE7C2;
}
</style>
background-color css
<style>
a { background-color: #DBE7C2; }
a { background-color: rgb(219,231,194); }
div.DivClassName
{
background-color: #DBE7C2;
}
.BgClassName
{
background-color: #DBE7C2;
}
</style>
border-color css
<style>
span { border-color: #DBE7C2; }
span { border-color: rgb(219,231,194); }
td.TdClassName
{
border-color: #DBE7C2;
}
.TagClassName
{
border-color: #DBE7C2;
}
</style>