Shades of Willow Brook #DDE7CC
Tints of Willow Brook #DDE7CC
RGB
CMYK
RGB Variations
Color information
#DDE7CC (or 0xDDE7CC) is known color: Willow Brook. HEX triplet: DD, E7 and CC. RGB value is (221,231,204). Sum of RGB (Red+Green+Blue) = 221+231+204=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7CC is #221833. Grayscale: #E1E1E1. Windows color (decimal): -2234420 or 13428701. OLE color: 13428701.
HSL color Cylindrical-coordinate representation of color #DDE7CC: hue angle of 82.22º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE7CC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 204 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.09 |
| HSL | 82.22º | 0.36% | 0.85% | - |
| HSV(B) | 82.22º | 0.12% | 0.91% | - |
| XYZ | 69.29 | 76.88 | 68.31 | - |
| YUV | 224.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 204 | 0.04 | 0 | 0.12 | 0.09 | 82.22 | 0.36 | 0.85 |
| Hex | DD | E7 | CC | 4 | 0 | C | 9 | 52 | 24 | 55 |
| Octal | 335 | 347 | 314 | 4 | 0 | 14 | 11 | 122 | 44 | 125 |
| Binary | 11011101 | 11100111 | 11001100 | 100 | 0 | 1100 | 1001 | 1010010 | 100100 | 1010101 |
Color Harmonies of #DDE7CC
Complementary color
Monochromatic Colors of #DDE7CC
Black with #DDE7CC
Text Example
Text Example
White with #DDE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7CC; }
p { color: rgb(221,231,204); }
H1.HeaderClassName
{
color: #DDE7CC;
}
.AnyTagClassName
{
color: #DDE7CC;
}
</style>
background-color css
<style>
a { background-color: #DDE7CC; }
a { background-color: rgb(221,231,204); }
div.DivClassName
{
background-color: #DDE7CC;
}
.BgClassName
{
background-color: #DDE7CC;
}
</style>
border-color css
<style>
span { border-color: #DDE7CC; }
span { border-color: rgb(221,231,204); }
td.TdClassName
{
border-color: #DDE7CC;
}
.TagClassName
{
border-color: #DDE7CC;
}
</style>