Shades of Champagne #E7D4BA
Tints of Champagne #E7D4BA
RGB
CMYK
RGB Variations
Color information
#E7D4BA (or 0xE7D4BA) is known color: Champagne. HEX triplet: E7, D4 and BA. RGB value is (231,212,186). Sum of RGB (Red+Green+Blue) = 231+212+186=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4BA is #182B45. Grayscale: #D6D6D6. Windows color (decimal): -1583942 or 12244199. OLE color: 12244199.
HSL color Cylindrical-coordinate representation of color #E7D4BA: hue angle of 34.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D4BA is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 186 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.09 |
| HSL | 34.67º | 0.48% | 0.82% | - |
| HSV(B) | 34.67º | 0.19% | 0.91% | - |
| XYZ | 65.36 | 67.62 | 56.06 | - |
| YUV | 214.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 186 | 0 | 0.08 | 0.19 | 0.09 | 34.67 | 0.48 | 0.82 |
| Hex | E7 | D4 | BA | 0 | 8 | 13 | 9 | 23 | 30 | 52 |
| Octal | 347 | 324 | 272 | 0 | 10 | 23 | 11 | 43 | 60 | 122 |
| Binary | 11100111 | 11010100 | 10111010 | 0 | 1000 | 10011 | 1001 | 100011 | 110000 | 1010010 |
Color Harmonies of #E7D4BA
Complementary color
Monochromatic Colors of #E7D4BA
Black with #E7D4BA
Text Example
Text Example
White with #E7D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4BA; }
p { color: rgb(231,212,186); }
H1.HeaderClassName
{
color: #E7D4BA;
}
.AnyTagClassName
{
color: #E7D4BA;
}
</style>
background-color css
<style>
a { background-color: #E7D4BA; }
a { background-color: rgb(231,212,186); }
div.DivClassName
{
background-color: #E7D4BA;
}
.BgClassName
{
background-color: #E7D4BA;
}
</style>
border-color css
<style>
span { border-color: #E7D4BA; }
span { border-color: rgb(231,212,186); }
td.TdClassName
{
border-color: #E7D4BA;
}
.TagClassName
{
border-color: #E7D4BA;
}
</style>