Shades of Willow Brook #DDEFC2
Tints of Willow Brook #DDEFC2
RGB
CMYK
RGB Variations
Color information
#DDEFC2 (or 0xDDEFC2) is known color: Willow Brook. HEX triplet: DD, EF and C2. RGB value is (221,239,194). Sum of RGB (Red+Green+Blue) = 221+239+194=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFC2 is #22103D. Grayscale: #E4E4E4. Windows color (decimal): -2232382 or 12775389. OLE color: 12775389.
HSL color Cylindrical-coordinate representation of color #DDEFC2: hue angle of 84º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDEFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 194 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.06 |
| HSL | 84º | 0.58% | 0.85% | - |
| HSV(B) | 84º | 0.19% | 0.94% | - |
| XYZ | 70.42 | 81 | 62.96 | - |
| YUV | 228.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 194 | 0.08 | 0 | 0.19 | 0.06 | 84 | 0.58 | 0.85 |
| Hex | DD | EF | C2 | 8 | 0 | 13 | 6 | 54 | 3A | 55 |
| Octal | 335 | 357 | 302 | 10 | 0 | 23 | 6 | 124 | 72 | 125 |
| Binary | 11011101 | 11101111 | 11000010 | 1000 | 0 | 10011 | 110 | 1010100 | 111010 | 1010101 |
Color Harmonies of #DDEFC2
Complementary color
Monochromatic Colors of #DDEFC2
Black with #DDEFC2
Text Example
Text Example
White with #DDEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFC2; }
p { color: rgb(221,239,194); }
H1.HeaderClassName
{
color: #DDEFC2;
}
.AnyTagClassName
{
color: #DDEFC2;
}
</style>
background-color css
<style>
a { background-color: #DDEFC2; }
a { background-color: rgb(221,239,194); }
div.DivClassName
{
background-color: #DDEFC2;
}
.BgClassName
{
background-color: #DDEFC2;
}
</style>
border-color css
<style>
span { border-color: #DDEFC2; }
span { border-color: rgb(221,239,194); }
td.TdClassName
{
border-color: #DDEFC2;
}
.TagClassName
{
border-color: #DDEFC2;
}
</style>