Shades of Willow Brook #DDEDBB
Tints of Willow Brook #DDEDBB
RGB
CMYK
RGB Variations
Color information
#DDEDBB (or 0xDDEDBB) is known color: Willow Brook. HEX triplet: DD, ED and BB. RGB value is (221,237,187). Sum of RGB (Red+Green+Blue) = 221+237+187=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBB is #221244. Grayscale: #E2E2E2. Windows color (decimal): -2232901 or 12316125. OLE color: 12316125.
HSL color Cylindrical-coordinate representation of color #DDEDBB: hue angle of 79.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDEDBB is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 187 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 79.2º | 0.58% | 0.83% | - |
| HSV(B) | 79.2º | 0.21% | 0.93% | - |
| XYZ | 69.07 | 79.53 | 58.72 | - |
| YUV | 226.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 187 | 0.07 | 0 | 0.21 | 0.07 | 79.2 | 0.58 | 0.83 |
| Hex | DD | ED | BB | 7 | 0 | 15 | 7 | 4F | 3A | 53 |
| Octal | 335 | 355 | 273 | 7 | 0 | 25 | 7 | 117 | 72 | 123 |
| Binary | 11011101 | 11101101 | 10111011 | 111 | 0 | 10101 | 111 | 1001111 | 111010 | 1010011 |
Color Harmonies of #DDEDBB
Complementary color
Monochromatic Colors of #DDEDBB
Black with #DDEDBB
Text Example
Text Example
White with #DDEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDBB; }
p { color: rgb(221,237,187); }
H1.HeaderClassName
{
color: #DDEDBB;
}
.AnyTagClassName
{
color: #DDEDBB;
}
</style>
background-color css
<style>
a { background-color: #DDEDBB; }
a { background-color: rgb(221,237,187); }
div.DivClassName
{
background-color: #DDEDBB;
}
.BgClassName
{
background-color: #DDEDBB;
}
</style>
border-color css
<style>
span { border-color: #DDEDBB; }
span { border-color: rgb(221,237,187); }
td.TdClassName
{
border-color: #DDEDBB;
}
.TagClassName
{
border-color: #DDEDBB;
}
</style>