Shades of Champagne #ECD6B9
Tints of Champagne #ECD6B9
RGB
CMYK
RGB Variations
Color information
#ECD6B9 (or 0xECD6B9) is known color: Champagne. HEX triplet: EC, D6 and B9. RGB value is (236,214,185). Sum of RGB (Red+Green+Blue) = 236+214+185=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6B9 is #132946. Grayscale: #D9D9D9. Windows color (decimal): -1255751 or 12179180. OLE color: 12179180.
HSL color Cylindrical-coordinate representation of color #ECD6B9: hue angle of 34.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECD6B9 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 185 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.07 |
| HSL | 34.12º | 0.57% | 0.83% | - |
| HSV(B) | 34.12º | 0.22% | 0.93% | - |
| XYZ | 67.4 | 69.43 | 55.75 | - |
| YUV | 217.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 185 | 0 | 0.09 | 0.22 | 0.07 | 34.12 | 0.57 | 0.83 |
| Hex | EC | D6 | B9 | 0 | 9 | 16 | 7 | 22 | 39 | 53 |
| Octal | 354 | 326 | 271 | 0 | 11 | 26 | 7 | 42 | 71 | 123 |
| Binary | 11101100 | 11010110 | 10111001 | 0 | 1001 | 10110 | 111 | 100010 | 111001 | 1010011 |
Color Harmonies of #ECD6B9
Complementary color
Monochromatic Colors of #ECD6B9
Black with #ECD6B9
Text Example
Text Example
White with #ECD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6B9; }
p { color: rgb(236,214,185); }
H1.HeaderClassName
{
color: #ECD6B9;
}
.AnyTagClassName
{
color: #ECD6B9;
}
</style>
background-color css
<style>
a { background-color: #ECD6B9; }
a { background-color: rgb(236,214,185); }
div.DivClassName
{
background-color: #ECD6B9;
}
.BgClassName
{
background-color: #ECD6B9;
}
</style>
border-color css
<style>
span { border-color: #ECD6B9; }
span { border-color: rgb(236,214,185); }
td.TdClassName
{
border-color: #ECD6B9;
}
.TagClassName
{
border-color: #ECD6B9;
}
</style>