Shades of Willow Brook #DDE4CC
Tints of Willow Brook #DDE4CC
RGB
CMYK
RGB Variations
Color information
#DDE4CC (or 0xDDE4CC) is known color: Willow Brook. HEX triplet: DD, E4 and CC. RGB value is (221,228,204). Sum of RGB (Red+Green+Blue) = 221+228+204=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4CC is #221B33. Grayscale: #DFDFDF. Windows color (decimal): -2235188 or 13427933. OLE color: 13427933.
HSL color Cylindrical-coordinate representation of color #DDE4CC: hue angle of 77.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE4CC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 204 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.11 |
| HSL | 77.5º | 0.31% | 0.85% | - |
| HSV(B) | 77.5º | 0.11% | 0.89% | - |
| XYZ | 68.46 | 75.22 | 68.04 | - |
| YUV | 223.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 204 | 0.03 | 0 | 0.11 | 0.11 | 77.5 | 0.31 | 0.85 |
| Hex | DD | E4 | CC | 3 | 0 | B | B | 4E | 1F | 55 |
| Octal | 335 | 344 | 314 | 3 | 0 | 13 | 13 | 116 | 37 | 125 |
| Binary | 11011101 | 11100100 | 11001100 | 11 | 0 | 1011 | 1011 | 1001110 | 11111 | 1010101 |
Color Harmonies of #DDE4CC
Complementary color
Monochromatic Colors of #DDE4CC
Black with #DDE4CC
Text Example
Text Example
White with #DDE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4CC; }
p { color: rgb(221,228,204); }
H1.HeaderClassName
{
color: #DDE4CC;
}
.AnyTagClassName
{
color: #DDE4CC;
}
</style>
background-color css
<style>
a { background-color: #DDE4CC; }
a { background-color: rgb(221,228,204); }
div.DivClassName
{
background-color: #DDE4CC;
}
.BgClassName
{
background-color: #DDE4CC;
}
</style>
border-color css
<style>
span { border-color: #DDE4CC; }
span { border-color: rgb(221,228,204); }
td.TdClassName
{
border-color: #DDE4CC;
}
.TagClassName
{
border-color: #DDE4CC;
}
</style>