Shades of Willow Brook #DDEEBC
Tints of Willow Brook #DDEEBC
RGB
CMYK
RGB Variations
Color information
#DDEEBC (or 0xDDEEBC) is known color: Willow Brook. HEX triplet: DD, EE and BC. RGB value is (221,238,188). Sum of RGB (Red+Green+Blue) = 221+238+188=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEBC is #221143. Grayscale: #E3E3E3. Windows color (decimal): -2232644 or 12381917. OLE color: 12381917.
HSL color Cylindrical-coordinate representation of color #DDEEBC: hue angle of 80.4º degrees, saturation: 0.6, 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 #DDEEBC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 188 | - |
CMYK | 0.07 | 0 | 0.21 | 0.07 |
HSL | 80.4º | 0.6% | 0.84% | - |
HSV(B) | 80.4º | 0.21% | 0.93% | - |
XYZ | 69.47 | 80.15 | 59.39 | - |
YUV | 227.22 | 105.87 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 188 | 0.07 | 0 | 0.21 | 0.07 | 80.4 | 0.6 | 0.84 |
Hex | DD | EE | BC | 7 | 0 | 15 | 7 | 50 | 3C | 54 |
Octal | 335 | 356 | 274 | 7 | 0 | 25 | 7 | 120 | 74 | 124 |
Binary | 11011101 | 11101110 | 10111100 | 111 | 0 | 10101 | 111 | 1010000 | 111100 | 1010100 |
Color Harmonies of #DDEEBC
Complementary color
Monochromatic Colors of #DDEEBC
Black with #DDEEBC
Text Example
Text Example
White with #DDEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEBC; }
p { color: rgb(221,238,188); }
H1.HeaderClassName
{
color: #DDEEBC;
}
.AnyTagClassName
{
color: #DDEEBC;
}
</style>
background-color css
<style>
a { background-color: #DDEEBC; }
a { background-color: rgb(221,238,188); }
div.DivClassName
{
background-color: #DDEEBC;
}
.BgClassName
{
background-color: #DDEEBC;
}
</style>
border-color css
<style>
span { border-color: #DDEEBC; }
span { border-color: rgb(221,238,188); }
td.TdClassName
{
border-color: #DDEEBC;
}
.TagClassName
{
border-color: #DDEEBC;
}
</style>