Shades of Willow Brook #DBE7C3
Tints of Willow Brook #DBE7C3
RGB
CMYK
RGB Variations
Color information
#DBE7C3 (or 0xDBE7C3) is known color: Willow Brook. HEX triplet: DB, E7 and C3. RGB value is (219,231,195). Sum of RGB (Red+Green+Blue) = 219+231+195=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7C3 is #24183C. Grayscale: #DFDFDF. Windows color (decimal): -2365501 or 12838875. OLE color: 12838875.
HSL color Cylindrical-coordinate representation of color #DBE7C3: hue angle of 80º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE7C3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 195 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.09 |
| HSL | 80º | 0.43% | 0.84% | - |
| HSV(B) | 80º | 0.16% | 0.91% | - |
| XYZ | 67.64 | 76.15 | 62.76 | - |
| YUV | 223.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 195 | 0.05 | 0 | 0.16 | 0.09 | 80 | 0.43 | 0.84 |
| Hex | DB | E7 | C3 | 5 | 0 | 10 | 9 | 50 | 2B | 54 |
| Octal | 333 | 347 | 303 | 5 | 0 | 20 | 11 | 120 | 53 | 124 |
| Binary | 11011011 | 11100111 | 11000011 | 101 | 0 | 10000 | 1001 | 1010000 | 101011 | 1010100 |
Color Harmonies of #DBE7C3
Complementary color
Monochromatic Colors of #DBE7C3
Black with #DBE7C3
Text Example
Text Example
White with #DBE7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7C3; }
p { color: rgb(219,231,195); }
H1.HeaderClassName
{
color: #DBE7C3;
}
.AnyTagClassName
{
color: #DBE7C3;
}
</style>
background-color css
<style>
a { background-color: #DBE7C3; }
a { background-color: rgb(219,231,195); }
div.DivClassName
{
background-color: #DBE7C3;
}
.BgClassName
{
background-color: #DBE7C3;
}
</style>
border-color css
<style>
span { border-color: #DBE7C3; }
span { border-color: rgb(219,231,195); }
td.TdClassName
{
border-color: #DBE7C3;
}
.TagClassName
{
border-color: #DBE7C3;
}
</style>