Shades of Willow Brook #DDE2CC
Tints of Willow Brook #DDE2CC
RGB
CMYK
RGB Variations
Color information
#DDE2CC (or 0xDDE2CC) is known color: Willow Brook. HEX triplet: DD, E2 and CC. RGB value is (221,226,204). Sum of RGB (Red+Green+Blue) = 221+226+204=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2CC is #221D33. Grayscale: #DEDEDE. Windows color (decimal): -2235700 or 13427421. OLE color: 13427421.
HSL color Cylindrical-coordinate representation of color #DDE2CC: hue angle of 73.64º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE2CC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 204 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.11 |
| HSL | 73.64º | 0.28% | 0.84% | - |
| HSV(B) | 73.64º | 0.1% | 0.89% | - |
| XYZ | 67.91 | 74.12 | 67.85 | - |
| YUV | 222 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 204 | 0.02 | 0 | 0.10 | 0.11 | 73.64 | 0.28 | 0.84 |
| Hex | DD | E2 | CC | 2 | 0 | A | B | 4A | 1C | 54 |
| Octal | 335 | 342 | 314 | 2 | 0 | 12 | 13 | 112 | 34 | 124 |
| Binary | 11011101 | 11100010 | 11001100 | 10 | 0 | 1010 | 1011 | 1001010 | 11100 | 1010100 |
Color Harmonies of #DDE2CC
Complementary color
Monochromatic Colors of #DDE2CC
Black with #DDE2CC
Text Example
Text Example
White with #DDE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2CC; }
p { color: rgb(221,226,204); }
H1.HeaderClassName
{
color: #DDE2CC;
}
.AnyTagClassName
{
color: #DDE2CC;
}
</style>
background-color css
<style>
a { background-color: #DDE2CC; }
a { background-color: rgb(221,226,204); }
div.DivClassName
{
background-color: #DDE2CC;
}
.BgClassName
{
background-color: #DDE2CC;
}
</style>
border-color css
<style>
span { border-color: #DDE2CC; }
span { border-color: rgb(221,226,204); }
td.TdClassName
{
border-color: #DDE2CC;
}
.TagClassName
{
border-color: #DDE2CC;
}
</style>