Shades of Willow Brook #DDECC2
Tints of Willow Brook #DDECC2
RGB
CMYK
RGB Variations
Color information
#DDECC2 (or 0xDDECC2) is known color: Willow Brook. HEX triplet: DD, EC and C2. RGB value is (221,236,194). Sum of RGB (Red+Green+Blue) = 221+236+194=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECC2 is #22133D. Grayscale: #E2E2E2. Windows color (decimal): -2233150 or 12774621. OLE color: 12774621.
HSL color Cylindrical-coordinate representation of color #DDECC2: hue angle of 81.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDECC2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 194 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.07 |
| HSL | 81.43º | 0.53% | 0.84% | - |
| HSV(B) | 81.43º | 0.18% | 0.93% | - |
| XYZ | 69.55 | 79.26 | 62.67 | - |
| YUV | 226.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 194 | 0.06 | 0 | 0.18 | 0.07 | 81.43 | 0.53 | 0.84 |
| Hex | DD | EC | C2 | 6 | 0 | 12 | 7 | 51 | 34 | 54 |
| Octal | 335 | 354 | 302 | 6 | 0 | 22 | 7 | 121 | 64 | 124 |
| Binary | 11011101 | 11101100 | 11000010 | 110 | 0 | 10010 | 111 | 1010001 | 110100 | 1010100 |
Color Harmonies of #DDECC2
Complementary color
Monochromatic Colors of #DDECC2
Black with #DDECC2
Text Example
Text Example
White with #DDECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECC2; }
p { color: rgb(221,236,194); }
H1.HeaderClassName
{
color: #DDECC2;
}
.AnyTagClassName
{
color: #DDECC2;
}
</style>
background-color css
<style>
a { background-color: #DDECC2; }
a { background-color: rgb(221,236,194); }
div.DivClassName
{
background-color: #DDECC2;
}
.BgClassName
{
background-color: #DDECC2;
}
</style>
border-color css
<style>
span { border-color: #DDECC2; }
span { border-color: rgb(221,236,194); }
td.TdClassName
{
border-color: #DDECC2;
}
.TagClassName
{
border-color: #DDECC2;
}
</style>