Shades of Willow Brook #DDE4CF
Tints of Willow Brook #DDE4CF
RGB
CMYK
RGB Variations
Color information
#DDE4CF (or 0xDDE4CF) is known color: Willow Brook. HEX triplet: DD, E4 and CF. RGB value is (221,228,207). Sum of RGB (Red+Green+Blue) = 221+228+207=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4CF is #221B30. Grayscale: #DFDFDF. Windows color (decimal): -2235185 or 13624541. OLE color: 13624541.
HSL color Cylindrical-coordinate representation of color #DDE4CF: hue angle of 80º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE4CF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 207 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.11 |
| HSL | 80º | 0.28% | 0.85% | - |
| HSV(B) | 80º | 0.09% | 0.89% | - |
| XYZ | 68.82 | 75.36 | 69.95 | - |
| YUV | 223.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 207 | 0.03 | 0 | 0.09 | 0.11 | 80 | 0.28 | 0.85 |
| Hex | DD | E4 | CF | 3 | 0 | 9 | B | 50 | 1C | 55 |
| Octal | 335 | 344 | 317 | 3 | 0 | 11 | 13 | 120 | 34 | 125 |
| Binary | 11011101 | 11100100 | 11001111 | 11 | 0 | 1001 | 1011 | 1010000 | 11100 | 1010101 |
Color Harmonies of #DDE4CF
Complementary color
Monochromatic Colors of #DDE4CF
Black with #DDE4CF
Text Example
Text Example
White with #DDE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4CF; }
p { color: rgb(221,228,207); }
H1.HeaderClassName
{
color: #DDE4CF;
}
.AnyTagClassName
{
color: #DDE4CF;
}
</style>
background-color css
<style>
a { background-color: #DDE4CF; }
a { background-color: rgb(221,228,207); }
div.DivClassName
{
background-color: #DDE4CF;
}
.BgClassName
{
background-color: #DDE4CF;
}
</style>
border-color css
<style>
span { border-color: #DDE4CF; }
span { border-color: rgb(221,228,207); }
td.TdClassName
{
border-color: #DDE4CF;
}
.TagClassName
{
border-color: #DDE4CF;
}
</style>