Shades of Willow Brook #DDE5D0
Tints of Willow Brook #DDE5D0
RGB
CMYK
RGB Variations
Color information
#DDE5D0 (or 0xDDE5D0) is known color: Willow Brook. HEX triplet: DD, E5 and D0. RGB value is (221,229,208). Sum of RGB (Red+Green+Blue) = 221+229+208=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5D0 is #221A2F. Grayscale: #E0E0E0. Windows color (decimal): -2234928 or 13690333. OLE color: 13690333.
HSL color Cylindrical-coordinate representation of color #DDE5D0: hue angle of 82.86º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE5D0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 208 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.10 |
| HSL | 82.86º | 0.29% | 0.86% | - |
| HSV(B) | 82.86º | 0.09% | 0.9% | - |
| XYZ | 69.22 | 75.96 | 70.69 | - |
| YUV | 224.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 208 | 0.03 | 0 | 0.09 | 0.10 | 82.86 | 0.29 | 0.86 |
| Hex | DD | E5 | D0 | 3 | 0 | 9 | A | 53 | 1D | 56 |
| Octal | 335 | 345 | 320 | 3 | 0 | 11 | 12 | 123 | 35 | 126 |
| Binary | 11011101 | 11100101 | 11010000 | 11 | 0 | 1001 | 1010 | 1010011 | 11101 | 1010110 |
Color Harmonies of #DDE5D0
Complementary color
Monochromatic Colors of #DDE5D0
Black with #DDE5D0
Text Example
Text Example
White with #DDE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5D0; }
p { color: rgb(221,229,208); }
H1.HeaderClassName
{
color: #DDE5D0;
}
.AnyTagClassName
{
color: #DDE5D0;
}
</style>
background-color css
<style>
a { background-color: #DDE5D0; }
a { background-color: rgb(221,229,208); }
div.DivClassName
{
background-color: #DDE5D0;
}
.BgClassName
{
background-color: #DDE5D0;
}
</style>
border-color css
<style>
span { border-color: #DDE5D0; }
span { border-color: rgb(221,229,208); }
td.TdClassName
{
border-color: #DDE5D0;
}
.TagClassName
{
border-color: #DDE5D0;
}
</style>