Shades of Willow Brook #DBECC5
Tints of Willow Brook #DBECC5
RGB
CMYK
RGB Variations
Color information
#DBECC5 (or 0xDBECC5) is known color: Willow Brook. HEX triplet: DB, EC and C5. RGB value is (219,236,197). Sum of RGB (Red+Green+Blue) = 219+236+197=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC5 is #24133A. Grayscale: #E2E2E2. Windows color (decimal): -2364219 or 12971227. OLE color: 12971227.
HSL color Cylindrical-coordinate representation of color #DBECC5: hue angle of 86.15º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBECC5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 197 | - |
CMYK | 0.07 | 0 | 0.17 | 0.07 |
HSL | 86.15º | 0.51% | 0.85% | - |
HSV(B) | 86.15º | 0.17% | 0.93% | - |
XYZ | 69.29 | 79.08 | 64.44 | - |
YUV | 226.47 | 111.37 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 197 | 0.07 | 0 | 0.17 | 0.07 | 86.15 | 0.51 | 0.85 |
Hex | DB | EC | C5 | 7 | 0 | 11 | 7 | 56 | 33 | 55 |
Octal | 333 | 354 | 305 | 7 | 0 | 21 | 7 | 126 | 63 | 125 |
Binary | 11011011 | 11101100 | 11000101 | 111 | 0 | 10001 | 111 | 1010110 | 110011 | 1010101 |
Color Harmonies of #DBECC5
Complementary color
Monochromatic Colors of #DBECC5
Black with #DBECC5
Text Example
Text Example
White with #DBECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECC5; }
p { color: rgb(219,236,197); }
H1.HeaderClassName
{
color: #DBECC5;
}
.AnyTagClassName
{
color: #DBECC5;
}
</style>
background-color css
<style>
a { background-color: #DBECC5; }
a { background-color: rgb(219,236,197); }
div.DivClassName
{
background-color: #DBECC5;
}
.BgClassName
{
background-color: #DBECC5;
}
</style>
border-color css
<style>
span { border-color: #DBECC5; }
span { border-color: rgb(219,236,197); }
td.TdClassName
{
border-color: #DBECC5;
}
.TagClassName
{
border-color: #DBECC5;
}
</style>