Shades of Champagne #E7D8B5
Tints of Champagne #E7D8B5
RGB
CMYK
RGB Variations
Color information
#E7D8B5 (or 0xE7D8B5) is known color: Champagne. HEX triplet: E7, D8 and B5. RGB value is (231,216,181). Sum of RGB (Red+Green+Blue) = 231+216+181=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8B5 is #18274A. Grayscale: #D8D8D8. Windows color (decimal): -1582923 or 11917543. OLE color: 11917543.
HSL color Cylindrical-coordinate representation of color #E7D8B5: hue angle of 42º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7D8B5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 181 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.09 |
| HSL | 42º | 0.51% | 0.81% | - |
| HSV(B) | 42º | 0.22% | 0.91% | - |
| XYZ | 65.85 | 69.44 | 53.65 | - |
| YUV | 216.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 181 | 0 | 0.06 | 0.22 | 0.09 | 42 | 0.51 | 0.81 |
| Hex | E7 | D8 | B5 | 0 | 6 | 16 | 9 | 2A | 33 | 51 |
| Octal | 347 | 330 | 265 | 0 | 6 | 26 | 11 | 52 | 63 | 121 |
| Binary | 11100111 | 11011000 | 10110101 | 0 | 110 | 10110 | 1001 | 101010 | 110011 | 1010001 |
Color Harmonies of #E7D8B5
Complementary color
Monochromatic Colors of #E7D8B5
Black with #E7D8B5
Text Example
Text Example
White with #E7D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8B5; }
p { color: rgb(231,216,181); }
H1.HeaderClassName
{
color: #E7D8B5;
}
.AnyTagClassName
{
color: #E7D8B5;
}
</style>
background-color css
<style>
a { background-color: #E7D8B5; }
a { background-color: rgb(231,216,181); }
div.DivClassName
{
background-color: #E7D8B5;
}
.BgClassName
{
background-color: #E7D8B5;
}
</style>
border-color css
<style>
span { border-color: #E7D8B5; }
span { border-color: rgb(231,216,181); }
td.TdClassName
{
border-color: #E7D8B5;
}
.TagClassName
{
border-color: #E7D8B5;
}
</style>