Shades of Willow Brook #DCECC7
Tints of Willow Brook #DCECC7
RGB
CMYK
RGB Variations
Color information
#DCECC7 (or 0xDCECC7) is known color: Willow Brook. HEX triplet: DC, EC and C7. RGB value is (220,236,199). Sum of RGB (Red+Green+Blue) = 220+236+199=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC7 is #231338. Grayscale: #E3E3E3. Windows color (decimal): -2298681 or 13102300. OLE color: 13102300.
HSL color Cylindrical-coordinate representation of color #DCECC7: hue angle of 85.95º degrees, saturation: 0.49, 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 #DCECC7 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 199 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.07 |
| HSL | 85.95º | 0.49% | 0.85% | - |
| HSV(B) | 85.95º | 0.16% | 0.93% | - |
| XYZ | 69.82 | 79.33 | 65.67 | - |
| YUV | 227 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 199 | 0.07 | 0 | 0.16 | 0.07 | 85.95 | 0.49 | 0.85 |
| Hex | DC | EC | C7 | 7 | 0 | 10 | 7 | 56 | 31 | 55 |
| Octal | 334 | 354 | 307 | 7 | 0 | 20 | 7 | 126 | 61 | 125 |
| Binary | 11011100 | 11101100 | 11000111 | 111 | 0 | 10000 | 111 | 1010110 | 110001 | 1010101 |
Color Harmonies of #DCECC7
Complementary color
Monochromatic Colors of #DCECC7
Black with #DCECC7
Text Example
Text Example
White with #DCECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC7; }
p { color: rgb(220,236,199); }
H1.HeaderClassName
{
color: #DCECC7;
}
.AnyTagClassName
{
color: #DCECC7;
}
</style>
background-color css
<style>
a { background-color: #DCECC7; }
a { background-color: rgb(220,236,199); }
div.DivClassName
{
background-color: #DCECC7;
}
.BgClassName
{
background-color: #DCECC7;
}
</style>
border-color css
<style>
span { border-color: #DCECC7; }
span { border-color: rgb(220,236,199); }
td.TdClassName
{
border-color: #DCECC7;
}
.TagClassName
{
border-color: #DCECC7;
}
</style>