Shades of Willow Brook #DDE7C4
Tints of Willow Brook #DDE7C4
RGB
CMYK
RGB Variations
Color information
#DDE7C4 (or 0xDDE7C4) is known color: Willow Brook. HEX triplet: DD, E7 and C4. RGB value is (221,231,196). Sum of RGB (Red+Green+Blue) = 221+231+196=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7C4 is #22183B. Grayscale: #E0E0E0. Windows color (decimal): -2234428 or 12904413. OLE color: 12904413.
HSL color Cylindrical-coordinate representation of color #DDE7C4: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDE7C4 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 196 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.09 |
| HSL | 77.14º | 0.42% | 0.84% | - |
| HSV(B) | 77.14º | 0.15% | 0.91% | - |
| XYZ | 68.36 | 76.51 | 63.39 | - |
| YUV | 224.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 196 | 0.04 | 0 | 0.15 | 0.09 | 77.14 | 0.42 | 0.84 |
| Hex | DD | E7 | C4 | 4 | 0 | F | 9 | 4D | 2A | 54 |
| Octal | 335 | 347 | 304 | 4 | 0 | 17 | 11 | 115 | 52 | 124 |
| Binary | 11011101 | 11100111 | 11000100 | 100 | 0 | 1111 | 1001 | 1001101 | 101010 | 1010100 |
Color Harmonies of #DDE7C4
Complementary color
Monochromatic Colors of #DDE7C4
Black with #DDE7C4
Text Example
Text Example
White with #DDE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7C4; }
p { color: rgb(221,231,196); }
H1.HeaderClassName
{
color: #DDE7C4;
}
.AnyTagClassName
{
color: #DDE7C4;
}
</style>
background-color css
<style>
a { background-color: #DDE7C4; }
a { background-color: rgb(221,231,196); }
div.DivClassName
{
background-color: #DDE7C4;
}
.BgClassName
{
background-color: #DDE7C4;
}
</style>
border-color css
<style>
span { border-color: #DDE7C4; }
span { border-color: rgb(221,231,196); }
td.TdClassName
{
border-color: #DDE7C4;
}
.TagClassName
{
border-color: #DDE7C4;
}
</style>