Shades of Willow Brook #DDE6C6
Tints of Willow Brook #DDE6C6
RGB
CMYK
RGB Variations
Color information
#DDE6C6 (or 0xDDE6C6) is known color: Willow Brook. HEX triplet: DD, E6 and C6. RGB value is (221,230,198). Sum of RGB (Red+Green+Blue) = 221+230+198=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6C6 is #221939. Grayscale: #DFDFDF. Windows color (decimal): -2234682 or 13035229. OLE color: 13035229.
HSL color Cylindrical-coordinate representation of color #DDE6C6: hue angle of 76.88º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDE6C6 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 198 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.10 |
| HSL | 76.88º | 0.39% | 0.84% | - |
| HSV(B) | 76.88º | 0.14% | 0.9% | - |
| XYZ | 68.31 | 76.04 | 64.5 | - |
| YUV | 223.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 198 | 0.04 | 0 | 0.14 | 0.10 | 76.88 | 0.39 | 0.84 |
| Hex | DD | E6 | C6 | 4 | 0 | E | A | 4D | 27 | 54 |
| Octal | 335 | 346 | 306 | 4 | 0 | 16 | 12 | 115 | 47 | 124 |
| Binary | 11011101 | 11100110 | 11000110 | 100 | 0 | 1110 | 1010 | 1001101 | 100111 | 1010100 |
Color Harmonies of #DDE6C6
Complementary color
Monochromatic Colors of #DDE6C6
Black with #DDE6C6
Text Example
Text Example
White with #DDE6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6C6; }
p { color: rgb(221,230,198); }
H1.HeaderClassName
{
color: #DDE6C6;
}
.AnyTagClassName
{
color: #DDE6C6;
}
</style>
background-color css
<style>
a { background-color: #DDE6C6; }
a { background-color: rgb(221,230,198); }
div.DivClassName
{
background-color: #DDE6C6;
}
.BgClassName
{
background-color: #DDE6C6;
}
</style>
border-color css
<style>
span { border-color: #DDE6C6; }
span { border-color: rgb(221,230,198); }
td.TdClassName
{
border-color: #DDE6C6;
}
.TagClassName
{
border-color: #DDE6C6;
}
</style>