Shades of Willow Brook #DDEABF
Tints of Willow Brook #DDEABF
RGB
CMYK
RGB Variations
Color information
#DDEABF (or 0xDDEABF) is known color: Willow Brook. HEX triplet: DD, EA and BF. RGB value is (221,234,191). Sum of RGB (Red+Green+Blue) = 221+234+191=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEABF is #221540. Grayscale: #E1E1E1. Windows color (decimal): -2233665 or 12577501. OLE color: 12577501.
HSL color Cylindrical-coordinate representation of color #DDEABF: hue angle of 78.14º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDEABF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 191 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.08 |
| HSL | 78.14º | 0.51% | 0.83% | - |
| HSV(B) | 78.14º | 0.18% | 0.92% | - |
| XYZ | 68.65 | 77.98 | 60.72 | - |
| YUV | 225.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 191 | 0.06 | 0 | 0.18 | 0.08 | 78.14 | 0.51 | 0.83 |
| Hex | DD | EA | BF | 6 | 0 | 12 | 8 | 4E | 33 | 53 |
| Octal | 335 | 352 | 277 | 6 | 0 | 22 | 10 | 116 | 63 | 123 |
| Binary | 11011101 | 11101010 | 10111111 | 110 | 0 | 10010 | 1000 | 1001110 | 110011 | 1010011 |
Color Harmonies of #DDEABF
Complementary color
Monochromatic Colors of #DDEABF
Black with #DDEABF
Text Example
Text Example
White with #DDEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEABF; }
p { color: rgb(221,234,191); }
H1.HeaderClassName
{
color: #DDEABF;
}
.AnyTagClassName
{
color: #DDEABF;
}
</style>
background-color css
<style>
a { background-color: #DDEABF; }
a { background-color: rgb(221,234,191); }
div.DivClassName
{
background-color: #DDEABF;
}
.BgClassName
{
background-color: #DDEABF;
}
</style>
border-color css
<style>
span { border-color: #DDEABF; }
span { border-color: rgb(221,234,191); }
td.TdClassName
{
border-color: #DDEABF;
}
.TagClassName
{
border-color: #DDEABF;
}
</style>