Shades of Willow Brook #DDEABD
Tints of Willow Brook #DDEABD
RGB
CMYK
RGB Variations
Color information
#DDEABD (or 0xDDEABD) is known color: Willow Brook. HEX triplet: DD, EA and BD. RGB value is (221,234,189). Sum of RGB (Red+Green+Blue) = 221+234+189=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEABD is #221542. Grayscale: #E1E1E1. Windows color (decimal): -2233667 or 12446429. OLE color: 12446429.
HSL color Cylindrical-coordinate representation of color #DDEABD: hue angle of 77.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDEABD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 189 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.08 |
| HSL | 77.33º | 0.52% | 0.83% | - |
| HSV(B) | 77.33º | 0.19% | 0.92% | - |
| XYZ | 68.43 | 77.89 | 59.57 | - |
| YUV | 224.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 189 | 0.06 | 0 | 0.19 | 0.08 | 77.33 | 0.52 | 0.83 |
| Hex | DD | EA | BD | 6 | 0 | 13 | 8 | 4D | 34 | 53 |
| Octal | 335 | 352 | 275 | 6 | 0 | 23 | 10 | 115 | 64 | 123 |
| Binary | 11011101 | 11101010 | 10111101 | 110 | 0 | 10011 | 1000 | 1001101 | 110100 | 1010011 |
Color Harmonies of #DDEABD
Complementary color
Monochromatic Colors of #DDEABD
Black with #DDEABD
Text Example
Text Example
White with #DDEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEABD; }
p { color: rgb(221,234,189); }
H1.HeaderClassName
{
color: #DDEABD;
}
.AnyTagClassName
{
color: #DDEABD;
}
</style>
background-color css
<style>
a { background-color: #DDEABD; }
a { background-color: rgb(221,234,189); }
div.DivClassName
{
background-color: #DDEABD;
}
.BgClassName
{
background-color: #DDEABD;
}
</style>
border-color css
<style>
span { border-color: #DDEABD; }
span { border-color: rgb(221,234,189); }
td.TdClassName
{
border-color: #DDEABD;
}
.TagClassName
{
border-color: #DDEABD;
}
</style>