Shades of Willow Brook #DCECC5
Tints of Willow Brook #DCECC5
RGB
CMYK
RGB Variations
Color information
#DCECC5 (or 0xDCECC5) is known color: Willow Brook. HEX triplet: DC, EC and C5. RGB value is (220,236,197). Sum of RGB (Red+Green+Blue) = 220+236+197=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC5 is #23133A. Grayscale: #E2E2E2. Windows color (decimal): -2298683 or 12971228. OLE color: 12971228.
HSL color Cylindrical-coordinate representation of color #DCECC5: hue angle of 84.62º 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 #DCECC5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 197 | - |
CMYK | 0.07 | 0 | 0.17 | 0.07 |
HSL | 84.62º | 0.51% | 0.85% | - |
HSV(B) | 84.62º | 0.17% | 0.93% | - |
XYZ | 69.59 | 79.24 | 64.45 | - |
YUV | 226.77 | 111.2 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 197 | 0.07 | 0 | 0.17 | 0.07 | 84.62 | 0.51 | 0.85 |
Hex | DC | EC | C5 | 7 | 0 | 11 | 7 | 55 | 33 | 55 |
Octal | 334 | 354 | 305 | 7 | 0 | 21 | 7 | 125 | 63 | 125 |
Binary | 11011100 | 11101100 | 11000101 | 111 | 0 | 10001 | 111 | 1010101 | 110011 | 1010101 |
Color Harmonies of #DCECC5
Complementary color
Monochromatic Colors of #DCECC5
Black with #DCECC5
Text Example
Text Example
White with #DCECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC5; }
p { color: rgb(220,236,197); }
H1.HeaderClassName
{
color: #DCECC5;
}
.AnyTagClassName
{
color: #DCECC5;
}
</style>
background-color css
<style>
a { background-color: #DCECC5; }
a { background-color: rgb(220,236,197); }
div.DivClassName
{
background-color: #DCECC5;
}
.BgClassName
{
background-color: #DCECC5;
}
</style>
border-color css
<style>
span { border-color: #DCECC5; }
span { border-color: rgb(220,236,197); }
td.TdClassName
{
border-color: #DCECC5;
}
.TagClassName
{
border-color: #DCECC5;
}
</style>