Shades of Champagne #ECD6B6
Tints of Champagne #ECD6B6
RGB
CMYK
RGB Variations
Color information
#ECD6B6 (or 0xECD6B6) is known color: Champagne. HEX triplet: EC, D6 and B6. RGB value is (236,214,182). Sum of RGB (Red+Green+Blue) = 236+214+182=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6B6 is #132949. Grayscale: #D9D9D9. Windows color (decimal): -1255754 or 11982572. OLE color: 11982572.
HSL color Cylindrical-coordinate representation of color #ECD6B6: hue angle of 35.56º 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 #ECD6B6 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 182 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.07 |
| HSL | 35.56º | 0.59% | 0.82% | - |
| HSV(B) | 35.56º | 0.23% | 0.93% | - |
| XYZ | 67.08 | 69.3 | 54.1 | - |
| YUV | 216.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 182 | 0 | 0.09 | 0.23 | 0.07 | 35.56 | 0.59 | 0.82 |
| Hex | EC | D6 | B6 | 0 | 9 | 17 | 7 | 24 | 3B | 52 |
| Octal | 354 | 326 | 266 | 0 | 11 | 27 | 7 | 44 | 73 | 122 |
| Binary | 11101100 | 11010110 | 10110110 | 0 | 1001 | 10111 | 111 | 100100 | 111011 | 1010010 |
Color Harmonies of #ECD6B6
Complementary color
Monochromatic Colors of #ECD6B6
Black with #ECD6B6
Text Example
Text Example
White with #ECD6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6B6; }
p { color: rgb(236,214,182); }
H1.HeaderClassName
{
color: #ECD6B6;
}
.AnyTagClassName
{
color: #ECD6B6;
}
</style>
background-color css
<style>
a { background-color: #ECD6B6; }
a { background-color: rgb(236,214,182); }
div.DivClassName
{
background-color: #ECD6B6;
}
.BgClassName
{
background-color: #ECD6B6;
}
</style>
border-color css
<style>
span { border-color: #ECD6B6; }
span { border-color: rgb(236,214,182); }
td.TdClassName
{
border-color: #ECD6B6;
}
.TagClassName
{
border-color: #ECD6B6;
}
</style>