Shades of Willow Brook #DDEBC1
Tints of Willow Brook #DDEBC1
RGB
CMYK
RGB Variations
Color information
#DDEBC1 (or 0xDDEBC1) is known color: Willow Brook. HEX triplet: DD, EB and C1. RGB value is (221,235,193). Sum of RGB (Red+Green+Blue) = 221+235+193=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBC1 is #22143E. Grayscale: #E2E2E2. Windows color (decimal): -2233407 or 12708829. OLE color: 12708829.
HSL color Cylindrical-coordinate representation of color #DDEBC1: hue angle of 80º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDEBC1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 193 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.08 |
| HSL | 80º | 0.51% | 0.84% | - |
| HSV(B) | 80º | 0.18% | 0.92% | - |
| XYZ | 69.15 | 78.64 | 61.99 | - |
| YUV | 226.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 193 | 0.06 | 0 | 0.18 | 0.08 | 80 | 0.51 | 0.84 |
| Hex | DD | EB | C1 | 6 | 0 | 12 | 8 | 50 | 33 | 54 |
| Octal | 335 | 353 | 301 | 6 | 0 | 22 | 10 | 120 | 63 | 124 |
| Binary | 11011101 | 11101011 | 11000001 | 110 | 0 | 10010 | 1000 | 1010000 | 110011 | 1010100 |
Color Harmonies of #DDEBC1
Complementary color
Monochromatic Colors of #DDEBC1
Black with #DDEBC1
Text Example
Text Example
White with #DDEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBC1; }
p { color: rgb(221,235,193); }
H1.HeaderClassName
{
color: #DDEBC1;
}
.AnyTagClassName
{
color: #DDEBC1;
}
</style>
background-color css
<style>
a { background-color: #DDEBC1; }
a { background-color: rgb(221,235,193); }
div.DivClassName
{
background-color: #DDEBC1;
}
.BgClassName
{
background-color: #DDEBC1;
}
</style>
border-color css
<style>
span { border-color: #DDEBC1; }
span { border-color: rgb(221,235,193); }
td.TdClassName
{
border-color: #DDEBC1;
}
.TagClassName
{
border-color: #DDEBC1;
}
</style>