Shades of Willow Brook #DDEEBD
Tints of Willow Brook #DDEEBD
RGB
CMYK
RGB Variations
Color information
#DDEEBD (or 0xDDEEBD) is known color: Willow Brook. HEX triplet: DD, EE and BD. RGB value is (221,238,189). Sum of RGB (Red+Green+Blue) = 221+238+189=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEBD is #221142. Grayscale: #E3E3E3. Windows color (decimal): -2232643 or 12447453. OLE color: 12447453.
HSL color Cylindrical-coordinate representation of color #DDEEBD: hue angle of 80.82º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDEEBD is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 189 | - |
CMYK | 0.07 | 0 | 0.21 | 0.07 |
HSL | 80.82º | 0.59% | 0.84% | - |
HSV(B) | 80.82º | 0.21% | 0.93% | - |
XYZ | 69.58 | 80.2 | 59.96 | - |
YUV | 227.33 | 106.37 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 189 | 0.07 | 0 | 0.21 | 0.07 | 80.82 | 0.59 | 0.84 |
Hex | DD | EE | BD | 7 | 0 | 15 | 7 | 51 | 3B | 54 |
Octal | 335 | 356 | 275 | 7 | 0 | 25 | 7 | 121 | 73 | 124 |
Binary | 11011101 | 11101110 | 10111101 | 111 | 0 | 10101 | 111 | 1010001 | 111011 | 1010100 |
Color Harmonies of #DDEEBD
Complementary color
Monochromatic Colors of #DDEEBD
Black with #DDEEBD
Text Example
Text Example
White with #DDEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEBD; }
p { color: rgb(221,238,189); }
H1.HeaderClassName
{
color: #DDEEBD;
}
.AnyTagClassName
{
color: #DDEEBD;
}
</style>
background-color css
<style>
a { background-color: #DDEEBD; }
a { background-color: rgb(221,238,189); }
div.DivClassName
{
background-color: #DDEEBD;
}
.BgClassName
{
background-color: #DDEEBD;
}
</style>
border-color css
<style>
span { border-color: #DDEEBD; }
span { border-color: rgb(221,238,189); }
td.TdClassName
{
border-color: #DDEEBD;
}
.TagClassName
{
border-color: #DDEEBD;
}
</style>