Shades of Champagne #ECD8BA
Tints of Champagne #ECD8BA
RGB
CMYK
RGB Variations
Color information
#ECD8BA (or 0xECD8BA) is known color: Champagne. HEX triplet: EC, D8 and BA. RGB value is (236,216,186). Sum of RGB (Red+Green+Blue) = 236+216+186=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8BA is #132745. Grayscale: #DADADA. Windows color (decimal): -1255238 or 12245228. OLE color: 12245228.
HSL color Cylindrical-coordinate representation of color #ECD8BA: hue angle of 36º 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 #ECD8BA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 186 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.07 |
| HSL | 36º | 0.57% | 0.83% | - |
| HSV(B) | 36º | 0.21% | 0.93% | - |
| XYZ | 68.01 | 70.49 | 56.48 | - |
| YUV | 218.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 186 | 0 | 0.08 | 0.21 | 0.07 | 36 | 0.57 | 0.83 |
| Hex | EC | D8 | BA | 0 | 8 | 15 | 7 | 24 | 39 | 53 |
| Octal | 354 | 330 | 272 | 0 | 10 | 25 | 7 | 44 | 71 | 123 |
| Binary | 11101100 | 11011000 | 10111010 | 0 | 1000 | 10101 | 111 | 100100 | 111001 | 1010011 |
Color Harmonies of #ECD8BA
Complementary color
Monochromatic Colors of #ECD8BA
Black with #ECD8BA
Text Example
Text Example
White with #ECD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8BA; }
p { color: rgb(236,216,186); }
H1.HeaderClassName
{
color: #ECD8BA;
}
.AnyTagClassName
{
color: #ECD8BA;
}
</style>
background-color css
<style>
a { background-color: #ECD8BA; }
a { background-color: rgb(236,216,186); }
div.DivClassName
{
background-color: #ECD8BA;
}
.BgClassName
{
background-color: #ECD8BA;
}
</style>
border-color css
<style>
span { border-color: #ECD8BA; }
span { border-color: rgb(236,216,186); }
td.TdClassName
{
border-color: #ECD8BA;
}
.TagClassName
{
border-color: #ECD8BA;
}
</style>