Shades of Champagne #ECD5B6
Tints of Champagne #ECD5B6
RGB
CMYK
RGB Variations
Color information
#ECD5B6 (or 0xECD5B6) is known color: Champagne. HEX triplet: EC, D5 and B6. RGB value is (236,213,182). Sum of RGB (Red+Green+Blue) = 236+213+182=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5B6 is #132A49. Grayscale: #D8D8D8. Windows color (decimal): -1256010 or 11982316. OLE color: 11982316.
HSL color Cylindrical-coordinate representation of color #ECD5B6: hue angle of 34.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECD5B6 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 182 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.07 |
| HSL | 34.44º | 0.59% | 0.82% | - |
| HSV(B) | 34.44º | 0.23% | 0.93% | - |
| XYZ | 66.83 | 68.8 | 54.01 | - |
| YUV | 216.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 182 | 0 | 0.10 | 0.23 | 0.07 | 34.44 | 0.59 | 0.82 |
| Hex | EC | D5 | B6 | 0 | A | 17 | 7 | 22 | 3B | 52 |
| Octal | 354 | 325 | 266 | 0 | 12 | 27 | 7 | 42 | 73 | 122 |
| Binary | 11101100 | 11010101 | 10110110 | 0 | 1010 | 10111 | 111 | 100010 | 111011 | 1010010 |
Color Harmonies of #ECD5B6
Complementary color
Monochromatic Colors of #ECD5B6
Black with #ECD5B6
Text Example
Text Example
White with #ECD5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5B6; }
p { color: rgb(236,213,182); }
H1.HeaderClassName
{
color: #ECD5B6;
}
.AnyTagClassName
{
color: #ECD5B6;
}
</style>
background-color css
<style>
a { background-color: #ECD5B6; }
a { background-color: rgb(236,213,182); }
div.DivClassName
{
background-color: #ECD5B6;
}
.BgClassName
{
background-color: #ECD5B6;
}
</style>
border-color css
<style>
span { border-color: #ECD5B6; }
span { border-color: rgb(236,213,182); }
td.TdClassName
{
border-color: #ECD5B6;
}
.TagClassName
{
border-color: #ECD5B6;
}
</style>