Shades of Willow Brook #DDEDBC
Tints of Willow Brook #DDEDBC
RGB
CMYK
RGB Variations
Color information
#DDEDBC (or 0xDDEDBC) is known color: Willow Brook. HEX triplet: DD, ED and BC. RGB value is (221,237,188). Sum of RGB (Red+Green+Blue) = 221+237+188=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBC is #221243. Grayscale: #E2E2E2. Windows color (decimal): -2232900 or 12381661. OLE color: 12381661.
HSL color Cylindrical-coordinate representation of color #DDEDBC: hue angle of 79.59º 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 #DDEDBC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 188 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 79.59º | 0.58% | 0.83% | - |
| HSV(B) | 79.59º | 0.21% | 0.93% | - |
| XYZ | 69.18 | 79.57 | 59.29 | - |
| YUV | 226.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 188 | 0.07 | 0 | 0.21 | 0.07 | 79.59 | 0.58 | 0.83 |
| Hex | DD | ED | BC | 7 | 0 | 15 | 7 | 50 | 3A | 53 |
| Octal | 335 | 355 | 274 | 7 | 0 | 25 | 7 | 120 | 72 | 123 |
| Binary | 11011101 | 11101101 | 10111100 | 111 | 0 | 10101 | 111 | 1010000 | 111010 | 1010011 |
Color Harmonies of #DDEDBC
Complementary color
Monochromatic Colors of #DDEDBC
Black with #DDEDBC
Text Example
Text Example
White with #DDEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDBC; }
p { color: rgb(221,237,188); }
H1.HeaderClassName
{
color: #DDEDBC;
}
.AnyTagClassName
{
color: #DDEDBC;
}
</style>
background-color css
<style>
a { background-color: #DDEDBC; }
a { background-color: rgb(221,237,188); }
div.DivClassName
{
background-color: #DDEDBC;
}
.BgClassName
{
background-color: #DDEDBC;
}
</style>
border-color css
<style>
span { border-color: #DDEDBC; }
span { border-color: rgb(221,237,188); }
td.TdClassName
{
border-color: #DDEDBC;
}
.TagClassName
{
border-color: #DDEDBC;
}
</style>