Shades of Willow Brook #DDE6CF
Tints of Willow Brook #DDE6CF
RGB
CMYK
RGB Variations
Color information
#DDE6CF (or 0xDDE6CF) is known color: Willow Brook. HEX triplet: DD, E6 and CF. RGB value is (221,230,207). Sum of RGB (Red+Green+Blue) = 221+230+207=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6CF is #221930. Grayscale: #E0E0E0. Windows color (decimal): -2234673 or 13625053. OLE color: 13625053.
HSL color Cylindrical-coordinate representation of color #DDE6CF: hue angle of 83.48º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE6CF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 207 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.10 |
| HSL | 83.48º | 0.32% | 0.86% | - |
| HSV(B) | 83.48º | 0.1% | 0.9% | - |
| XYZ | 69.38 | 76.47 | 70.14 | - |
| YUV | 224.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 207 | 0.04 | 0 | 0.10 | 0.10 | 83.48 | 0.32 | 0.86 |
| Hex | DD | E6 | CF | 4 | 0 | A | A | 53 | 20 | 56 |
| Octal | 335 | 346 | 317 | 4 | 0 | 12 | 12 | 123 | 40 | 126 |
| Binary | 11011101 | 11100110 | 11001111 | 100 | 0 | 1010 | 1010 | 1010011 | 100000 | 1010110 |
Color Harmonies of #DDE6CF
Complementary color
Monochromatic Colors of #DDE6CF
Black with #DDE6CF
Text Example
Text Example
White with #DDE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6CF; }
p { color: rgb(221,230,207); }
H1.HeaderClassName
{
color: #DDE6CF;
}
.AnyTagClassName
{
color: #DDE6CF;
}
</style>
background-color css
<style>
a { background-color: #DDE6CF; }
a { background-color: rgb(221,230,207); }
div.DivClassName
{
background-color: #DDE6CF;
}
.BgClassName
{
background-color: #DDE6CF;
}
</style>
border-color css
<style>
span { border-color: #DDE6CF; }
span { border-color: rgb(221,230,207); }
td.TdClassName
{
border-color: #DDE6CF;
}
.TagClassName
{
border-color: #DDE6CF;
}
</style>