Shades of Willow Brook #DDEEC3
Tints of Willow Brook #DDEEC3
RGB
CMYK
RGB Variations
Color information
#DDEEC3 (or 0xDDEEC3) is known color: Willow Brook. HEX triplet: DD, EE and C3. RGB value is (221,238,195). Sum of RGB (Red+Green+Blue) = 221+238+195=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC3 is #22113C. Grayscale: #E4E4E4. Windows color (decimal): -2232637 or 12840669. OLE color: 12840669.
HSL color Cylindrical-coordinate representation of color #DDEEC3: hue angle of 83.72º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDEEC3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 195 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.07 |
| HSL | 83.72º | 0.56% | 0.85% | - |
| HSV(B) | 83.72º | 0.18% | 0.93% | - |
| XYZ | 70.24 | 80.46 | 63.46 | - |
| YUV | 228.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 195 | 0.07 | 0 | 0.18 | 0.07 | 83.72 | 0.56 | 0.85 |
| Hex | DD | EE | C3 | 7 | 0 | 12 | 7 | 54 | 38 | 55 |
| Octal | 335 | 356 | 303 | 7 | 0 | 22 | 7 | 124 | 70 | 125 |
| Binary | 11011101 | 11101110 | 11000011 | 111 | 0 | 10010 | 111 | 1010100 | 111000 | 1010101 |
Color Harmonies of #DDEEC3
Complementary color
Monochromatic Colors of #DDEEC3
Black with #DDEEC3
Text Example
Text Example
White with #DDEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEC3; }
p { color: rgb(221,238,195); }
H1.HeaderClassName
{
color: #DDEEC3;
}
.AnyTagClassName
{
color: #DDEEC3;
}
</style>
background-color css
<style>
a { background-color: #DDEEC3; }
a { background-color: rgb(221,238,195); }
div.DivClassName
{
background-color: #DDEEC3;
}
.BgClassName
{
background-color: #DDEEC3;
}
</style>
border-color css
<style>
span { border-color: #DDEEC3; }
span { border-color: rgb(221,238,195); }
td.TdClassName
{
border-color: #DDEEC3;
}
.TagClassName
{
border-color: #DDEEC3;
}
</style>