Shades of Willow Brook #DDEDC6
Tints of Willow Brook #DDEDC6
RGB
CMYK
RGB Variations
Color information
#DDEDC6 (or 0xDDEDC6) is known color: Willow Brook. HEX triplet: DD, ED and C6. RGB value is (221,237,198). Sum of RGB (Red+Green+Blue) = 221+237+198=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC6 is #221239. Grayscale: #E3E3E3. Windows color (decimal): -2232890 or 13037021. OLE color: 13037021.
HSL color Cylindrical-coordinate representation of color #DDEDC6: hue angle of 84.62º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEDC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 198 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.07 |
| HSL | 84.62º | 0.52% | 0.85% | - |
| HSV(B) | 84.62º | 0.16% | 0.93% | - |
| XYZ | 70.3 | 80.02 | 65.17 | - |
| YUV | 227.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 198 | 0.07 | 0 | 0.16 | 0.07 | 84.62 | 0.52 | 0.85 |
| Hex | DD | ED | C6 | 7 | 0 | 10 | 7 | 55 | 34 | 55 |
| Octal | 335 | 355 | 306 | 7 | 0 | 20 | 7 | 125 | 64 | 125 |
| Binary | 11011101 | 11101101 | 11000110 | 111 | 0 | 10000 | 111 | 1010101 | 110100 | 1010101 |
Color Harmonies of #DDEDC6
Complementary color
Monochromatic Colors of #DDEDC6
Black with #DDEDC6
Text Example
Text Example
White with #DDEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDC6; }
p { color: rgb(221,237,198); }
H1.HeaderClassName
{
color: #DDEDC6;
}
.AnyTagClassName
{
color: #DDEDC6;
}
</style>
background-color css
<style>
a { background-color: #DDEDC6; }
a { background-color: rgb(221,237,198); }
div.DivClassName
{
background-color: #DDEDC6;
}
.BgClassName
{
background-color: #DDEDC6;
}
</style>
border-color css
<style>
span { border-color: #DDEDC6; }
span { border-color: rgb(221,237,198); }
td.TdClassName
{
border-color: #DDEDC6;
}
.TagClassName
{
border-color: #DDEDC6;
}
</style>