Shades of Willow Brook #DCECBA
Tints of Willow Brook #DCECBA
RGB
CMYK
RGB Variations
Color information
#DCECBA (or 0xDCECBA) is known color: Willow Brook. HEX triplet: DC, EC and BA. RGB value is (220,236,186). Sum of RGB (Red+Green+Blue) = 220+236+186=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECBA is #231345. Grayscale: #E1E1E1. Windows color (decimal): -2298694 or 12250332. OLE color: 12250332.
HSL color Cylindrical-coordinate representation of color #DCECBA: hue angle of 79.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCECBA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 186 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 79.2º | 0.57% | 0.83% | - |
| HSV(B) | 79.2º | 0.21% | 0.93% | - |
| XYZ | 68.37 | 78.75 | 58.05 | - |
| YUV | 225.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 186 | 0.07 | 0 | 0.21 | 0.07 | 79.2 | 0.57 | 0.83 |
| Hex | DC | EC | BA | 7 | 0 | 15 | 7 | 4F | 39 | 53 |
| Octal | 334 | 354 | 272 | 7 | 0 | 25 | 7 | 117 | 71 | 123 |
| Binary | 11011100 | 11101100 | 10111010 | 111 | 0 | 10101 | 111 | 1001111 | 111001 | 1010011 |
Color Harmonies of #DCECBA
Complementary color
Monochromatic Colors of #DCECBA
Black with #DCECBA
Text Example
Text Example
White with #DCECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECBA; }
p { color: rgb(220,236,186); }
H1.HeaderClassName
{
color: #DCECBA;
}
.AnyTagClassName
{
color: #DCECBA;
}
</style>
background-color css
<style>
a { background-color: #DCECBA; }
a { background-color: rgb(220,236,186); }
div.DivClassName
{
background-color: #DCECBA;
}
.BgClassName
{
background-color: #DCECBA;
}
</style>
border-color css
<style>
span { border-color: #DCECBA; }
span { border-color: rgb(220,236,186); }
td.TdClassName
{
border-color: #DCECBA;
}
.TagClassName
{
border-color: #DCECBA;
}
</style>