Shades of Champagne #ECD8B6
Tints of Champagne #ECD8B6
RGB
CMYK
RGB Variations
Color information
#ECD8B6 (or 0xECD8B6) is known color: Champagne. HEX triplet: EC, D8 and B6. RGB value is (236,216,182). Sum of RGB (Red+Green+Blue) = 236+216+182=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8B6 is #132749. Grayscale: #DADADA. Windows color (decimal): -1255242 or 11983084. OLE color: 11983084.
HSL color Cylindrical-coordinate representation of color #ECD8B6: hue angle of 37.78º 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 #ECD8B6 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 182 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.07 |
| HSL | 37.78º | 0.59% | 0.82% | - |
| HSV(B) | 37.78º | 0.23% | 0.93% | - |
| XYZ | 67.59 | 70.32 | 54.27 | - |
| YUV | 218.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 182 | 0 | 0.08 | 0.23 | 0.07 | 37.78 | 0.59 | 0.82 |
| Hex | EC | D8 | B6 | 0 | 8 | 17 | 7 | 26 | 3B | 52 |
| Octal | 354 | 330 | 266 | 0 | 10 | 27 | 7 | 46 | 73 | 122 |
| Binary | 11101100 | 11011000 | 10110110 | 0 | 1000 | 10111 | 111 | 100110 | 111011 | 1010010 |
Color Harmonies of #ECD8B6
Complementary color
Monochromatic Colors of #ECD8B6
Black with #ECD8B6
Text Example
Text Example
White with #ECD8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8B6; }
p { color: rgb(236,216,182); }
H1.HeaderClassName
{
color: #ECD8B6;
}
.AnyTagClassName
{
color: #ECD8B6;
}
</style>
background-color css
<style>
a { background-color: #ECD8B6; }
a { background-color: rgb(236,216,182); }
div.DivClassName
{
background-color: #ECD8B6;
}
.BgClassName
{
background-color: #ECD8B6;
}
</style>
border-color css
<style>
span { border-color: #ECD8B6; }
span { border-color: rgb(236,216,182); }
td.TdClassName
{
border-color: #ECD8B6;
}
.TagClassName
{
border-color: #ECD8B6;
}
</style>