Shades of Willow Brook #DDE8C4
Tints of Willow Brook #DDE8C4
RGB
CMYK
RGB Variations
Color information
#DDE8C4 (or 0xDDE8C4) is known color: Willow Brook. HEX triplet: DD, E8 and C4. RGB value is (221,232,196). Sum of RGB (Red+Green+Blue) = 221+232+196=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8C4 is #22173B. Grayscale: #E0E0E0. Windows color (decimal): -2234172 or 12904669. OLE color: 12904669.
HSL color Cylindrical-coordinate representation of color #DDE8C4: hue angle of 78.33º degrees, saturation: 0.44, 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 #DDE8C4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 196 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.09 |
| HSL | 78.33º | 0.44% | 0.84% | - |
| HSV(B) | 78.33º | 0.16% | 0.91% | - |
| XYZ | 68.64 | 77.07 | 63.48 | - |
| YUV | 224.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 196 | 0.05 | 0 | 0.16 | 0.09 | 78.33 | 0.44 | 0.84 |
| Hex | DD | E8 | C4 | 5 | 0 | 10 | 9 | 4E | 2C | 54 |
| Octal | 335 | 350 | 304 | 5 | 0 | 20 | 11 | 116 | 54 | 124 |
| Binary | 11011101 | 11101000 | 11000100 | 101 | 0 | 10000 | 1001 | 1001110 | 101100 | 1010100 |
Color Harmonies of #DDE8C4
Complementary color
Monochromatic Colors of #DDE8C4
Black with #DDE8C4
Text Example
Text Example
White with #DDE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8C4; }
p { color: rgb(221,232,196); }
H1.HeaderClassName
{
color: #DDE8C4;
}
.AnyTagClassName
{
color: #DDE8C4;
}
</style>
background-color css
<style>
a { background-color: #DDE8C4; }
a { background-color: rgb(221,232,196); }
div.DivClassName
{
background-color: #DDE8C4;
}
.BgClassName
{
background-color: #DDE8C4;
}
</style>
border-color css
<style>
span { border-color: #DDE8C4; }
span { border-color: rgb(221,232,196); }
td.TdClassName
{
border-color: #DDE8C4;
}
.TagClassName
{
border-color: #DDE8C4;
}
</style>