Shades of Willow Brook #DDEDBE
Tints of Willow Brook #DDEDBE
RGB
CMYK
RGB Variations
Color information
#DDEDBE (or 0xDDEDBE) is known color: Willow Brook. HEX triplet: DD, ED and BE. RGB value is (221,237,190). Sum of RGB (Red+Green+Blue) = 221+237+190=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBE is #221241. Grayscale: #E3E3E3. Windows color (decimal): -2232898 or 12512733. OLE color: 12512733.
HSL color Cylindrical-coordinate representation of color #DDEDBE: hue angle of 80.43º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDEDBE is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 190 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.07 |
| HSL | 80.43º | 0.57% | 0.84% | - |
| HSV(B) | 80.43º | 0.2% | 0.93% | - |
| XYZ | 69.4 | 79.66 | 60.43 | - |
| YUV | 226.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 190 | 0.07 | 0 | 0.20 | 0.07 | 80.43 | 0.57 | 0.84 |
| Hex | DD | ED | BE | 7 | 0 | 14 | 7 | 50 | 39 | 54 |
| Octal | 335 | 355 | 276 | 7 | 0 | 24 | 7 | 120 | 71 | 124 |
| Binary | 11011101 | 11101101 | 10111110 | 111 | 0 | 10100 | 111 | 1010000 | 111001 | 1010100 |
Color Harmonies of #DDEDBE
Complementary color
Monochromatic Colors of #DDEDBE
Black with #DDEDBE
Text Example
Text Example
White with #DDEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDBE; }
p { color: rgb(221,237,190); }
H1.HeaderClassName
{
color: #DDEDBE;
}
.AnyTagClassName
{
color: #DDEDBE;
}
</style>
background-color css
<style>
a { background-color: #DDEDBE; }
a { background-color: rgb(221,237,190); }
div.DivClassName
{
background-color: #DDEDBE;
}
.BgClassName
{
background-color: #DDEDBE;
}
</style>
border-color css
<style>
span { border-color: #DDEDBE; }
span { border-color: rgb(221,237,190); }
td.TdClassName
{
border-color: #DDEDBE;
}
.TagClassName
{
border-color: #DDEDBE;
}
</style>