Shades of Willow Brook #DDE5CE
Tints of Willow Brook #DDE5CE
RGB
CMYK
RGB Variations
Color information
#DDE5CE (or 0xDDE5CE) is known color: Willow Brook. HEX triplet: DD, E5 and CE. RGB value is (221,229,206). Sum of RGB (Red+Green+Blue) = 221+229+206=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5CE is #221A31. Grayscale: #E0E0E0. Windows color (decimal): -2234930 or 13559261. OLE color: 13559261.
HSL color Cylindrical-coordinate representation of color #DDE5CE: hue angle of 80.87º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE5CE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 206 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.10 |
| HSL | 80.87º | 0.31% | 0.85% | - |
| HSV(B) | 80.87º | 0.1% | 0.9% | - |
| XYZ | 68.98 | 75.87 | 69.4 | - |
| YUV | 223.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 206 | 0.03 | 0 | 0.10 | 0.10 | 80.87 | 0.31 | 0.85 |
| Hex | DD | E5 | CE | 3 | 0 | A | A | 51 | 1F | 55 |
| Octal | 335 | 345 | 316 | 3 | 0 | 12 | 12 | 121 | 37 | 125 |
| Binary | 11011101 | 11100101 | 11001110 | 11 | 0 | 1010 | 1010 | 1010001 | 11111 | 1010101 |
Color Harmonies of #DDE5CE
Complementary color
Monochromatic Colors of #DDE5CE
Black with #DDE5CE
Text Example
Text Example
White with #DDE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5CE; }
p { color: rgb(221,229,206); }
H1.HeaderClassName
{
color: #DDE5CE;
}
.AnyTagClassName
{
color: #DDE5CE;
}
</style>
background-color css
<style>
a { background-color: #DDE5CE; }
a { background-color: rgb(221,229,206); }
div.DivClassName
{
background-color: #DDE5CE;
}
.BgClassName
{
background-color: #DDE5CE;
}
</style>
border-color css
<style>
span { border-color: #DDE5CE; }
span { border-color: rgb(221,229,206); }
td.TdClassName
{
border-color: #DDE5CE;
}
.TagClassName
{
border-color: #DDE5CE;
}
</style>