Shades of Willow Brook #DBE7C6
Tints of Willow Brook #DBE7C6
RGB
CMYK
RGB Variations
Color information
#DBE7C6 (or 0xDBE7C6) is known color: Willow Brook. HEX triplet: DB, E7 and C6. RGB value is (219,231,198). Sum of RGB (Red+Green+Blue) = 219+231+198=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7C6 is #241839. Grayscale: #DFDFDF. Windows color (decimal): -2365498 or 13035483. OLE color: 13035483.
HSL color Cylindrical-coordinate representation of color #DBE7C6: hue angle of 81.82º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE7C6 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 198 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.09 |
| HSL | 81.82º | 0.41% | 0.84% | - |
| HSV(B) | 81.82º | 0.14% | 0.91% | - |
| XYZ | 67.98 | 76.29 | 64.57 | - |
| YUV | 223.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 198 | 0.05 | 0 | 0.14 | 0.09 | 81.82 | 0.41 | 0.84 |
| Hex | DB | E7 | C6 | 5 | 0 | E | 9 | 52 | 29 | 54 |
| Octal | 333 | 347 | 306 | 5 | 0 | 16 | 11 | 122 | 51 | 124 |
| Binary | 11011011 | 11100111 | 11000110 | 101 | 0 | 1110 | 1001 | 1010010 | 101001 | 1010100 |
Color Harmonies of #DBE7C6
Complementary color
Monochromatic Colors of #DBE7C6
Black with #DBE7C6
Text Example
Text Example
White with #DBE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7C6; }
p { color: rgb(219,231,198); }
H1.HeaderClassName
{
color: #DBE7C6;
}
.AnyTagClassName
{
color: #DBE7C6;
}
</style>
background-color css
<style>
a { background-color: #DBE7C6; }
a { background-color: rgb(219,231,198); }
div.DivClassName
{
background-color: #DBE7C6;
}
.BgClassName
{
background-color: #DBE7C6;
}
</style>
border-color css
<style>
span { border-color: #DBE7C6; }
span { border-color: rgb(219,231,198); }
td.TdClassName
{
border-color: #DBE7C6;
}
.TagClassName
{
border-color: #DBE7C6;
}
</style>