Shades of Willow Brook #DDE3CE
Tints of Willow Brook #DDE3CE
RGB
CMYK
RGB Variations
Color information
#DDE3CE (or 0xDDE3CE) is known color: Willow Brook. HEX triplet: DD, E3 and CE. RGB value is (221,227,206). Sum of RGB (Red+Green+Blue) = 221+227+206=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CE is #221C31. Grayscale: #DEDEDE. Windows color (decimal): -2235442 or 13558749. OLE color: 13558749.
HSL color Cylindrical-coordinate representation of color #DDE3CE: hue angle of 77.14º degrees, saturation: 0.27, 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 #DDE3CE is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 206 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.11 |
| HSL | 77.14º | 0.27% | 0.85% | - |
| HSV(B) | 77.14º | 0.09% | 0.89% | - |
| XYZ | 68.43 | 74.77 | 69.22 | - |
| YUV | 222.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 206 | 0.03 | 0 | 0.09 | 0.11 | 77.14 | 0.27 | 0.85 |
| Hex | DD | E3 | CE | 3 | 0 | 9 | B | 4D | 1B | 55 |
| Octal | 335 | 343 | 316 | 3 | 0 | 11 | 13 | 115 | 33 | 125 |
| Binary | 11011101 | 11100011 | 11001110 | 11 | 0 | 1001 | 1011 | 1001101 | 11011 | 1010101 |
Color Harmonies of #DDE3CE
Complementary color
Monochromatic Colors of #DDE3CE
Black with #DDE3CE
Text Example
Text Example
White with #DDE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3CE; }
p { color: rgb(221,227,206); }
H1.HeaderClassName
{
color: #DDE3CE;
}
.AnyTagClassName
{
color: #DDE3CE;
}
</style>
background-color css
<style>
a { background-color: #DDE3CE; }
a { background-color: rgb(221,227,206); }
div.DivClassName
{
background-color: #DDE3CE;
}
.BgClassName
{
background-color: #DDE3CE;
}
</style>
border-color css
<style>
span { border-color: #DDE3CE; }
span { border-color: rgb(221,227,206); }
td.TdClassName
{
border-color: #DDE3CE;
}
.TagClassName
{
border-color: #DDE3CE;
}
</style>