Shades of Willow Brook #DCECC6
Tints of Willow Brook #DCECC6
RGB
CMYK
RGB Variations
Color information
#DCECC6 (or 0xDCECC6) is known color: Willow Brook. HEX triplet: DC, EC and C6. RGB value is (220,236,198). Sum of RGB (Red+Green+Blue) = 220+236+198=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC6 is #231339. Grayscale: #E3E3E3. Windows color (decimal): -2298682 or 13036764. OLE color: 13036764.
HSL color Cylindrical-coordinate representation of color #DCECC6: hue angle of 85.26º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCECC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 198 | - |
CMYK | 0.07 | 0 | 0.16 | 0.07 |
HSL | 85.26º | 0.5% | 0.85% | - |
HSV(B) | 85.26º | 0.16% | 0.93% | - |
XYZ | 69.7 | 79.28 | 65.06 | - |
YUV | 226.88 | 111.7 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 198 | 0.07 | 0 | 0.16 | 0.07 | 85.26 | 0.5 | 0.85 |
Hex | DC | EC | C6 | 7 | 0 | 10 | 7 | 55 | 32 | 55 |
Octal | 334 | 354 | 306 | 7 | 0 | 20 | 7 | 125 | 62 | 125 |
Binary | 11011100 | 11101100 | 11000110 | 111 | 0 | 10000 | 111 | 1010101 | 110010 | 1010101 |
Color Harmonies of #DCECC6
Complementary color
Monochromatic Colors of #DCECC6
Black with #DCECC6
Text Example
Text Example
White with #DCECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC6; }
p { color: rgb(220,236,198); }
H1.HeaderClassName
{
color: #DCECC6;
}
.AnyTagClassName
{
color: #DCECC6;
}
</style>
background-color css
<style>
a { background-color: #DCECC6; }
a { background-color: rgb(220,236,198); }
div.DivClassName
{
background-color: #DCECC6;
}
.BgClassName
{
background-color: #DCECC6;
}
</style>
border-color css
<style>
span { border-color: #DCECC6; }
span { border-color: rgb(220,236,198); }
td.TdClassName
{
border-color: #DCECC6;
}
.TagClassName
{
border-color: #DCECC6;
}
</style>