Shades of Willow Brook #DDECC6
Tints of Willow Brook #DDECC6
RGB
CMYK
RGB Variations
Color information
#DDECC6 (or 0xDDECC6) is known color: Willow Brook. HEX triplet: DD, EC and C6. RGB value is (221,236,198). Sum of RGB (Red+Green+Blue) = 221+236+198=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECC6 is #221339. Grayscale: #E3E3E3. Windows color (decimal): -2233146 or 13036765. OLE color: 13036765.
HSL color Cylindrical-coordinate representation of color #DDECC6: hue angle of 83.68º 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 #DDECC6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 198 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.07 |
| HSL | 83.68º | 0.5% | 0.85% | - |
| HSV(B) | 83.68º | 0.16% | 0.93% | - |
| XYZ | 70.01 | 79.44 | 65.07 | - |
| YUV | 227.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 198 | 0.06 | 0 | 0.16 | 0.07 | 83.68 | 0.5 | 0.85 |
| Hex | DD | EC | C6 | 6 | 0 | 10 | 7 | 54 | 32 | 55 |
| Octal | 335 | 354 | 306 | 6 | 0 | 20 | 7 | 124 | 62 | 125 |
| Binary | 11011101 | 11101100 | 11000110 | 110 | 0 | 10000 | 111 | 1010100 | 110010 | 1010101 |
Color Harmonies of #DDECC6
Complementary color
Monochromatic Colors of #DDECC6
Black with #DDECC6
Text Example
Text Example
White with #DDECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECC6; }
p { color: rgb(221,236,198); }
H1.HeaderClassName
{
color: #DDECC6;
}
.AnyTagClassName
{
color: #DDECC6;
}
</style>
background-color css
<style>
a { background-color: #DDECC6; }
a { background-color: rgb(221,236,198); }
div.DivClassName
{
background-color: #DDECC6;
}
.BgClassName
{
background-color: #DDECC6;
}
</style>
border-color css
<style>
span { border-color: #DDECC6; }
span { border-color: rgb(221,236,198); }
td.TdClassName
{
border-color: #DDECC6;
}
.TagClassName
{
border-color: #DDECC6;
}
</style>