Shades of Willow Brook #DDEEBF
Tints of Willow Brook #DDEEBF
RGB
CMYK
RGB Variations
Color information
#DDEEBF (or 0xDDEEBF) is known color: Willow Brook. HEX triplet: DD, EE and BF. RGB value is (221,238,191). Sum of RGB (Red+Green+Blue) = 221+238+191=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEBF is #221140. Grayscale: #E3E3E3. Windows color (decimal): -2232641 or 12578525. OLE color: 12578525.
HSL color Cylindrical-coordinate representation of color #DDEEBF: hue angle of 81.7º degrees, saturation: 0.58, 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 #DDEEBF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 191 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.07 |
| HSL | 81.7º | 0.58% | 0.84% | - |
| HSV(B) | 81.7º | 0.2% | 0.93% | - |
| XYZ | 69.8 | 80.28 | 61.11 | - |
| YUV | 227.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 191 | 0.07 | 0 | 0.20 | 0.07 | 81.7 | 0.58 | 0.84 |
| Hex | DD | EE | BF | 7 | 0 | 14 | 7 | 52 | 3A | 54 |
| Octal | 335 | 356 | 277 | 7 | 0 | 24 | 7 | 122 | 72 | 124 |
| Binary | 11011101 | 11101110 | 10111111 | 111 | 0 | 10100 | 111 | 1010010 | 111010 | 1010100 |
Color Harmonies of #DDEEBF
Complementary color
Monochromatic Colors of #DDEEBF
Black with #DDEEBF
Text Example
Text Example
White with #DDEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEBF; }
p { color: rgb(221,238,191); }
H1.HeaderClassName
{
color: #DDEEBF;
}
.AnyTagClassName
{
color: #DDEEBF;
}
</style>
background-color css
<style>
a { background-color: #DDEEBF; }
a { background-color: rgb(221,238,191); }
div.DivClassName
{
background-color: #DDEEBF;
}
.BgClassName
{
background-color: #DDEEBF;
}
</style>
border-color css
<style>
span { border-color: #DDEEBF; }
span { border-color: rgb(221,238,191); }
td.TdClassName
{
border-color: #DDEEBF;
}
.TagClassName
{
border-color: #DDEEBF;
}
</style>