Shades of Willow Brook #DDEEC2
Tints of Willow Brook #DDEEC2
RGB
CMYK
RGB Variations
Color information
#DDEEC2 (or 0xDDEEC2) is known color: Willow Brook. HEX triplet: DD, EE and C2. RGB value is (221,238,194). Sum of RGB (Red+Green+Blue) = 221+238+194=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC2 is #22113D. Grayscale: #E4E4E4. Windows color (decimal): -2232638 or 12775133. OLE color: 12775133.
HSL color Cylindrical-coordinate representation of color #DDEEC2: hue angle of 83.18º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDEEC2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 194 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.07 |
| HSL | 83.18º | 0.56% | 0.85% | - |
| HSV(B) | 83.18º | 0.18% | 0.93% | - |
| XYZ | 70.13 | 80.42 | 62.86 | - |
| YUV | 227.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 194 | 0.07 | 0 | 0.18 | 0.07 | 83.18 | 0.56 | 0.85 |
| Hex | DD | EE | C2 | 7 | 0 | 12 | 7 | 53 | 38 | 55 |
| Octal | 335 | 356 | 302 | 7 | 0 | 22 | 7 | 123 | 70 | 125 |
| Binary | 11011101 | 11101110 | 11000010 | 111 | 0 | 10010 | 111 | 1010011 | 111000 | 1010101 |
Color Harmonies of #DDEEC2
Complementary color
Monochromatic Colors of #DDEEC2
Black with #DDEEC2
Text Example
Text Example
White with #DDEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEC2; }
p { color: rgb(221,238,194); }
H1.HeaderClassName
{
color: #DDEEC2;
}
.AnyTagClassName
{
color: #DDEEC2;
}
</style>
background-color css
<style>
a { background-color: #DDEEC2; }
a { background-color: rgb(221,238,194); }
div.DivClassName
{
background-color: #DDEEC2;
}
.BgClassName
{
background-color: #DDEEC2;
}
</style>
border-color css
<style>
span { border-color: #DDEEC2; }
span { border-color: rgb(221,238,194); }
td.TdClassName
{
border-color: #DDEEC2;
}
.TagClassName
{
border-color: #DDEEC2;
}
</style>