Shades of Willow Brook #DDEBC2
Tints of Willow Brook #DDEBC2
RGB
CMYK
RGB Variations
Color information
#DDEBC2 (or 0xDDEBC2) is known color: Willow Brook. HEX triplet: DD, EB and C2. RGB value is (221,235,194). Sum of RGB (Red+Green+Blue) = 221+235+194=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBC2 is #22143D. Grayscale: #E2E2E2. Windows color (decimal): -2233406 or 12774365. OLE color: 12774365.
HSL color Cylindrical-coordinate representation of color #DDEBC2: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDEBC2 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 194 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.08 |
| HSL | 80.49º | 0.51% | 0.84% | - |
| HSV(B) | 80.49º | 0.17% | 0.92% | - |
| XYZ | 69.26 | 78.68 | 62.58 | - |
| YUV | 226.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 194 | 0.06 | 0 | 0.17 | 0.08 | 80.49 | 0.51 | 0.84 |
| Hex | DD | EB | C2 | 6 | 0 | 11 | 8 | 50 | 33 | 54 |
| Octal | 335 | 353 | 302 | 6 | 0 | 21 | 10 | 120 | 63 | 124 |
| Binary | 11011101 | 11101011 | 11000010 | 110 | 0 | 10001 | 1000 | 1010000 | 110011 | 1010100 |
Color Harmonies of #DDEBC2
Complementary color
Monochromatic Colors of #DDEBC2
Black with #DDEBC2
Text Example
Text Example
White with #DDEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBC2; }
p { color: rgb(221,235,194); }
H1.HeaderClassName
{
color: #DDEBC2;
}
.AnyTagClassName
{
color: #DDEBC2;
}
</style>
background-color css
<style>
a { background-color: #DDEBC2; }
a { background-color: rgb(221,235,194); }
div.DivClassName
{
background-color: #DDEBC2;
}
.BgClassName
{
background-color: #DDEBC2;
}
</style>
border-color css
<style>
span { border-color: #DDEBC2; }
span { border-color: rgb(221,235,194); }
td.TdClassName
{
border-color: #DDEBC2;
}
.TagClassName
{
border-color: #DDEBC2;
}
</style>