Shades of Willow Brook #DDE5CA
Tints of Willow Brook #DDE5CA
RGB
CMYK
RGB Variations
Color information
#DDE5CA (or 0xDDE5CA) is known color: Willow Brook. HEX triplet: DD, E5 and CA. RGB value is (221,229,202). Sum of RGB (Red+Green+Blue) = 221+229+202=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5CA is #221A35. Grayscale: #DFDFDF. Windows color (decimal): -2234934 or 13297117. OLE color: 13297117.
HSL color Cylindrical-coordinate representation of color #DDE5CA: hue angle of 77.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE5CA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 202 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.10 |
| HSL | 77.78º | 0.34% | 0.85% | - |
| HSV(B) | 77.78º | 0.12% | 0.9% | - |
| XYZ | 68.5 | 75.68 | 66.87 | - |
| YUV | 223.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 202 | 0.03 | 0 | 0.12 | 0.10 | 77.78 | 0.34 | 0.85 |
| Hex | DD | E5 | CA | 3 | 0 | C | A | 4E | 22 | 55 |
| Octal | 335 | 345 | 312 | 3 | 0 | 14 | 12 | 116 | 42 | 125 |
| Binary | 11011101 | 11100101 | 11001010 | 11 | 0 | 1100 | 1010 | 1001110 | 100010 | 1010101 |
Color Harmonies of #DDE5CA
Complementary color
Monochromatic Colors of #DDE5CA
Black with #DDE5CA
Text Example
Text Example
White with #DDE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5CA; }
p { color: rgb(221,229,202); }
H1.HeaderClassName
{
color: #DDE5CA;
}
.AnyTagClassName
{
color: #DDE5CA;
}
</style>
background-color css
<style>
a { background-color: #DDE5CA; }
a { background-color: rgb(221,229,202); }
div.DivClassName
{
background-color: #DDE5CA;
}
.BgClassName
{
background-color: #DDE5CA;
}
</style>
border-color css
<style>
span { border-color: #DDE5CA; }
span { border-color: rgb(221,229,202); }
td.TdClassName
{
border-color: #DDE5CA;
}
.TagClassName
{
border-color: #DDE5CA;
}
</style>