Shades of Willow Brook #DCECC0
Tints of Willow Brook #DCECC0
RGB
CMYK
RGB Variations
Color information
#DCECC0 (or 0xDCECC0) is known color: Willow Brook. HEX triplet: DC, EC and C0. RGB value is (220,236,192). Sum of RGB (Red+Green+Blue) = 220+236+192=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC0 is #23133F. Grayscale: #E2E2E2. Windows color (decimal): -2298688 or 12643548. OLE color: 12643548.
HSL color Cylindrical-coordinate representation of color #DCECC0: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCECC0 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 192 | - |
CMYK | 0.07 | 0 | 0.19 | 0.07 |
HSL | 81.82º | 0.54% | 0.84% | - |
HSV(B) | 81.82º | 0.19% | 0.93% | - |
XYZ | 69.03 | 79.01 | 61.48 | - |
YUV | 226.2 | 108.7 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 192 | 0.07 | 0 | 0.19 | 0.07 | 81.82 | 0.54 | 0.84 |
Hex | DC | EC | C0 | 7 | 0 | 13 | 7 | 52 | 36 | 54 |
Octal | 334 | 354 | 300 | 7 | 0 | 23 | 7 | 122 | 66 | 124 |
Binary | 11011100 | 11101100 | 11000000 | 111 | 0 | 10011 | 111 | 1010010 | 110110 | 1010100 |
Color Harmonies of #DCECC0
Complementary color
Monochromatic Colors of #DCECC0
Black with #DCECC0
Text Example
Text Example
White with #DCECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC0; }
p { color: rgb(220,236,192); }
H1.HeaderClassName
{
color: #DCECC0;
}
.AnyTagClassName
{
color: #DCECC0;
}
</style>
background-color css
<style>
a { background-color: #DCECC0; }
a { background-color: rgb(220,236,192); }
div.DivClassName
{
background-color: #DCECC0;
}
.BgClassName
{
background-color: #DCECC0;
}
</style>
border-color css
<style>
span { border-color: #DCECC0; }
span { border-color: rgb(220,236,192); }
td.TdClassName
{
border-color: #DCECC0;
}
.TagClassName
{
border-color: #DCECC0;
}
</style>