Shades of Champagne #ECD6B7
Tints of Champagne #ECD6B7
RGB
CMYK
RGB Variations
Color information
#ECD6B7 (or 0xECD6B7) is known color: Champagne. HEX triplet: EC, D6 and B7. RGB value is (236,214,183). Sum of RGB (Red+Green+Blue) = 236+214+183=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6B7 is #132948. Grayscale: #D9D9D9. Windows color (decimal): -1255753 or 12048108. OLE color: 12048108.
HSL color Cylindrical-coordinate representation of color #ECD6B7: hue angle of 35.09º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECD6B7 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 183 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.07 |
| HSL | 35.09º | 0.58% | 0.82% | - |
| HSV(B) | 35.09º | 0.22% | 0.93% | - |
| XYZ | 67.19 | 69.34 | 54.64 | - |
| YUV | 217.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 183 | 0 | 0.09 | 0.22 | 0.07 | 35.09 | 0.58 | 0.82 |
| Hex | EC | D6 | B7 | 0 | 9 | 16 | 7 | 23 | 3A | 52 |
| Octal | 354 | 326 | 267 | 0 | 11 | 26 | 7 | 43 | 72 | 122 |
| Binary | 11101100 | 11010110 | 10110111 | 0 | 1001 | 10110 | 111 | 100011 | 111010 | 1010010 |
Color Harmonies of #ECD6B7
Complementary color
Monochromatic Colors of #ECD6B7
Black with #ECD6B7
Text Example
Text Example
White with #ECD6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6B7; }
p { color: rgb(236,214,183); }
H1.HeaderClassName
{
color: #ECD6B7;
}
.AnyTagClassName
{
color: #ECD6B7;
}
</style>
background-color css
<style>
a { background-color: #ECD6B7; }
a { background-color: rgb(236,214,183); }
div.DivClassName
{
background-color: #ECD6B7;
}
.BgClassName
{
background-color: #ECD6B7;
}
</style>
border-color css
<style>
span { border-color: #ECD6B7; }
span { border-color: rgb(236,214,183); }
td.TdClassName
{
border-color: #ECD6B7;
}
.TagClassName
{
border-color: #ECD6B7;
}
</style>