Shades of Willow Brook #DCEBC0
Tints of Willow Brook #DCEBC0
RGB
CMYK
RGB Variations
Color information
#DCEBC0 (or 0xDCEBC0) is known color: Willow Brook. HEX triplet: DC, EB and C0. RGB value is (220,235,192). Sum of RGB (Red+Green+Blue) = 220+235+192=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBC0 is #23143F. Grayscale: #E1E1E1. Windows color (decimal): -2298944 or 12643292. OLE color: 12643292.
HSL color Cylindrical-coordinate representation of color #DCEBC0: hue angle of 80.93º degrees, saturation: 0.52, 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 #DCEBC0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 192 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.08 |
| HSL | 80.93º | 0.52% | 0.84% | - |
| HSV(B) | 80.93º | 0.18% | 0.92% | - |
| XYZ | 68.74 | 78.44 | 61.39 | - |
| YUV | 225.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 192 | 0.06 | 0 | 0.18 | 0.08 | 80.93 | 0.52 | 0.84 |
| Hex | DC | EB | C0 | 6 | 0 | 12 | 8 | 51 | 34 | 54 |
| Octal | 334 | 353 | 300 | 6 | 0 | 22 | 10 | 121 | 64 | 124 |
| Binary | 11011100 | 11101011 | 11000000 | 110 | 0 | 10010 | 1000 | 1010001 | 110100 | 1010100 |
Color Harmonies of #DCEBC0
Complementary color
Monochromatic Colors of #DCEBC0
Black with #DCEBC0
Text Example
Text Example
White with #DCEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBC0; }
p { color: rgb(220,235,192); }
H1.HeaderClassName
{
color: #DCEBC0;
}
.AnyTagClassName
{
color: #DCEBC0;
}
</style>
background-color css
<style>
a { background-color: #DCEBC0; }
a { background-color: rgb(220,235,192); }
div.DivClassName
{
background-color: #DCEBC0;
}
.BgClassName
{
background-color: #DCEBC0;
}
</style>
border-color css
<style>
span { border-color: #DCEBC0; }
span { border-color: rgb(220,235,192); }
td.TdClassName
{
border-color: #DCEBC0;
}
.TagClassName
{
border-color: #DCEBC0;
}
</style>