Shades of Willow Brook #DDEDBA
Tints of Willow Brook #DDEDBA
RGB
CMYK
RGB Variations
Color information
#DDEDBA (or 0xDDEDBA) is known color: Willow Brook. HEX triplet: DD, ED and BA. RGB value is (221,237,186). Sum of RGB (Red+Green+Blue) = 221+237+186=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBA is #221245. Grayscale: #E2E2E2. Windows color (decimal): -2232902 or 12250589. OLE color: 12250589.
HSL color Cylindrical-coordinate representation of color #DDEDBA: hue angle of 78.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDEDBA is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 186 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.07 |
| HSL | 78.82º | 0.59% | 0.83% | - |
| HSV(B) | 78.82º | 0.22% | 0.93% | - |
| XYZ | 68.97 | 79.49 | 58.16 | - |
| YUV | 226.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 186 | 0.07 | 0 | 0.22 | 0.07 | 78.82 | 0.59 | 0.83 |
| Hex | DD | ED | BA | 7 | 0 | 16 | 7 | 4F | 3B | 53 |
| Octal | 335 | 355 | 272 | 7 | 0 | 26 | 7 | 117 | 73 | 123 |
| Binary | 11011101 | 11101101 | 10111010 | 111 | 0 | 10110 | 111 | 1001111 | 111011 | 1010011 |
Color Harmonies of #DDEDBA
Complementary color
Monochromatic Colors of #DDEDBA
Black with #DDEDBA
Text Example
Text Example
White with #DDEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDBA; }
p { color: rgb(221,237,186); }
H1.HeaderClassName
{
color: #DDEDBA;
}
.AnyTagClassName
{
color: #DDEDBA;
}
</style>
background-color css
<style>
a { background-color: #DDEDBA; }
a { background-color: rgb(221,237,186); }
div.DivClassName
{
background-color: #DDEDBA;
}
.BgClassName
{
background-color: #DDEDBA;
}
</style>
border-color css
<style>
span { border-color: #DDEDBA; }
span { border-color: rgb(221,237,186); }
td.TdClassName
{
border-color: #DDEDBA;
}
.TagClassName
{
border-color: #DDEDBA;
}
</style>