Shades of Willow Brook #DDEAC1
Tints of Willow Brook #DDEAC1
RGB
CMYK
RGB Variations
Color information
#DDEAC1 (or 0xDDEAC1) is known color: Willow Brook. HEX triplet: DD, EA and C1. RGB value is (221,234,193). Sum of RGB (Red+Green+Blue) = 221+234+193=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC1 is #22153E. Grayscale: #E1E1E1. Windows color (decimal): -2233663 or 12708573. OLE color: 12708573.
HSL color Cylindrical-coordinate representation of color #DDEAC1: hue angle of 79.02º degrees, saturation: 0.49, 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 #DDEAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 193 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.08 |
| HSL | 79.02º | 0.49% | 0.84% | - |
| HSV(B) | 79.02º | 0.18% | 0.92% | - |
| XYZ | 68.87 | 78.07 | 61.89 | - |
| YUV | 225.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 193 | 0.06 | 0 | 0.18 | 0.08 | 79.02 | 0.49 | 0.84 |
| Hex | DD | EA | C1 | 6 | 0 | 12 | 8 | 4F | 31 | 54 |
| Octal | 335 | 352 | 301 | 6 | 0 | 22 | 10 | 117 | 61 | 124 |
| Binary | 11011101 | 11101010 | 11000001 | 110 | 0 | 10010 | 1000 | 1001111 | 110001 | 1010100 |
Color Harmonies of #DDEAC1
Complementary color
Monochromatic Colors of #DDEAC1
Black with #DDEAC1
Text Example
Text Example
White with #DDEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAC1; }
p { color: rgb(221,234,193); }
H1.HeaderClassName
{
color: #DDEAC1;
}
.AnyTagClassName
{
color: #DDEAC1;
}
</style>
background-color css
<style>
a { background-color: #DDEAC1; }
a { background-color: rgb(221,234,193); }
div.DivClassName
{
background-color: #DDEAC1;
}
.BgClassName
{
background-color: #DDEAC1;
}
</style>
border-color css
<style>
span { border-color: #DDEAC1; }
span { border-color: rgb(221,234,193); }
td.TdClassName
{
border-color: #DDEAC1;
}
.TagClassName
{
border-color: #DDEAC1;
}
</style>