Shades of Willow Brook #DCEAC6
Tints of Willow Brook #DCEAC6
RGB
CMYK
RGB Variations
Color information
#DCEAC6 (or 0xDCEAC6) is known color: Willow Brook. HEX triplet: DC, EA and C6. RGB value is (220,234,198). Sum of RGB (Red+Green+Blue) = 220+234+198=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAC6 is #231539. Grayscale: #E1E1E1. Windows color (decimal): -2299194 or 13036252. OLE color: 13036252.
HSL color Cylindrical-coordinate representation of color #DCEAC6: hue angle of 83.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCEAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 198 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.08 |
| HSL | 83.33º | 0.46% | 0.85% | - |
| HSV(B) | 83.33º | 0.15% | 0.92% | - |
| XYZ | 69.13 | 78.14 | 64.86 | - |
| YUV | 225.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 198 | 0.06 | 0 | 0.15 | 0.08 | 83.33 | 0.46 | 0.85 |
| Hex | DC | EA | C6 | 6 | 0 | F | 8 | 53 | 2E | 55 |
| Octal | 334 | 352 | 306 | 6 | 0 | 17 | 10 | 123 | 56 | 125 |
| Binary | 11011100 | 11101010 | 11000110 | 110 | 0 | 1111 | 1000 | 1010011 | 101110 | 1010101 |
Color Harmonies of #DCEAC6
Complementary color
Monochromatic Colors of #DCEAC6
Black with #DCEAC6
Text Example
Text Example
White with #DCEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAC6; }
p { color: rgb(220,234,198); }
H1.HeaderClassName
{
color: #DCEAC6;
}
.AnyTagClassName
{
color: #DCEAC6;
}
</style>
background-color css
<style>
a { background-color: #DCEAC6; }
a { background-color: rgb(220,234,198); }
div.DivClassName
{
background-color: #DCEAC6;
}
.BgClassName
{
background-color: #DCEAC6;
}
</style>
border-color css
<style>
span { border-color: #DCEAC6; }
span { border-color: rgb(220,234,198); }
td.TdClassName
{
border-color: #DCEAC6;
}
.TagClassName
{
border-color: #DCEAC6;
}
</style>