Shades of Willow Brook #DDE9C3
Tints of Willow Brook #DDE9C3
RGB
CMYK
RGB Variations
Color information
#DDE9C3 (or 0xDDE9C3) is known color: Willow Brook. HEX triplet: DD, E9 and C3. RGB value is (221,233,195). Sum of RGB (Red+Green+Blue) = 221+233+195=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9C3 is #22163C. Grayscale: #E1E1E1. Windows color (decimal): -2233917 or 12839389. OLE color: 12839389.
HSL color Cylindrical-coordinate representation of color #DDE9C3: hue angle of 78.95º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDE9C3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 195 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.09 |
| HSL | 78.95º | 0.46% | 0.84% | - |
| HSV(B) | 78.95º | 0.16% | 0.91% | - |
| XYZ | 68.81 | 77.59 | 62.98 | - |
| YUV | 225.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 195 | 0.05 | 0 | 0.16 | 0.09 | 78.95 | 0.46 | 0.84 |
| Hex | DD | E9 | C3 | 5 | 0 | 10 | 9 | 4F | 2E | 54 |
| Octal | 335 | 351 | 303 | 5 | 0 | 20 | 11 | 117 | 56 | 124 |
| Binary | 11011101 | 11101001 | 11000011 | 101 | 0 | 10000 | 1001 | 1001111 | 101110 | 1010100 |
Color Harmonies of #DDE9C3
Complementary color
Monochromatic Colors of #DDE9C3
Black with #DDE9C3
Text Example
Text Example
White with #DDE9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9C3; }
p { color: rgb(221,233,195); }
H1.HeaderClassName
{
color: #DDE9C3;
}
.AnyTagClassName
{
color: #DDE9C3;
}
</style>
background-color css
<style>
a { background-color: #DDE9C3; }
a { background-color: rgb(221,233,195); }
div.DivClassName
{
background-color: #DDE9C3;
}
.BgClassName
{
background-color: #DDE9C3;
}
</style>
border-color css
<style>
span { border-color: #DDE9C3; }
span { border-color: rgb(221,233,195); }
td.TdClassName
{
border-color: #DDE9C3;
}
.TagClassName
{
border-color: #DDE9C3;
}
</style>