Shades of Willow Brook #DDEDC5
Tints of Willow Brook #DDEDC5
RGB
CMYK
RGB Variations
Color information
#DDEDC5 (or 0xDDEDC5) is known color: Willow Brook. HEX triplet: DD, ED and C5. RGB value is (221,237,197). Sum of RGB (Red+Green+Blue) = 221+237+197=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC5 is #22123A. Grayscale: #E3E3E3. Windows color (decimal): -2232891 or 12971485. OLE color: 12971485.
HSL color Cylindrical-coordinate representation of color #DDEDC5: hue angle of 84º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDEDC5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 197 | - |
CMYK | 0.07 | 0 | 0.17 | 0.07 |
HSL | 84º | 0.53% | 0.85% | - |
HSV(B) | 84º | 0.17% | 0.93% | - |
XYZ | 70.18 | 79.97 | 64.56 | - |
YUV | 227.66 | 110.7 | 123.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 197 | 0.07 | 0 | 0.17 | 0.07 | 84 | 0.53 | 0.85 |
Hex | DD | ED | C5 | 7 | 0 | 11 | 7 | 54 | 35 | 55 |
Octal | 335 | 355 | 305 | 7 | 0 | 21 | 7 | 124 | 65 | 125 |
Binary | 11011101 | 11101101 | 11000101 | 111 | 0 | 10001 | 111 | 1010100 | 110101 | 1010101 |
Color Harmonies of #DDEDC5
Complementary color
Monochromatic Colors of #DDEDC5
Black with #DDEDC5
Text Example
Text Example
White with #DDEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDC5; }
p { color: rgb(221,237,197); }
H1.HeaderClassName
{
color: #DDEDC5;
}
.AnyTagClassName
{
color: #DDEDC5;
}
</style>
background-color css
<style>
a { background-color: #DDEDC5; }
a { background-color: rgb(221,237,197); }
div.DivClassName
{
background-color: #DDEDC5;
}
.BgClassName
{
background-color: #DDEDC5;
}
</style>
border-color css
<style>
span { border-color: #DDEDC5; }
span { border-color: rgb(221,237,197); }
td.TdClassName
{
border-color: #DDEDC5;
}
.TagClassName
{
border-color: #DDEDC5;
}
</style>