Shades of Champagne #EDD9B2
Tints of Champagne #EDD9B2
RGB
CMYK
RGB Variations
Color information
#EDD9B2 (or 0xEDD9B2) is known color: Champagne. HEX triplet: ED, D9 and B2. RGB value is (237,217,178). Sum of RGB (Red+Green+Blue) = 237+217+178=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9B2 is #12264D. Grayscale: #DADADA. Windows color (decimal): -1189454 or 11721197. OLE color: 11721197.
HSL color Cylindrical-coordinate representation of color #EDD9B2: hue angle of 39.66º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDD9B2 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 178 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.07 |
| HSL | 39.66º | 0.62% | 0.81% | - |
| HSV(B) | 39.66º | 0.25% | 0.93% | - |
| XYZ | 67.77 | 70.84 | 52.22 | - |
| YUV | 218.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 178 | 0 | 0.08 | 0.25 | 0.07 | 39.66 | 0.62 | 0.81 |
| Hex | ED | D9 | B2 | 0 | 8 | 19 | 7 | 28 | 3E | 51 |
| Octal | 355 | 331 | 262 | 0 | 10 | 31 | 7 | 50 | 76 | 121 |
| Binary | 11101101 | 11011001 | 10110010 | 0 | 1000 | 11001 | 111 | 101000 | 111110 | 1010001 |
Color Harmonies of #EDD9B2
Complementary color
Monochromatic Colors of #EDD9B2
Black with #EDD9B2
Text Example
Text Example
White with #EDD9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9B2; }
p { color: rgb(237,217,178); }
H1.HeaderClassName
{
color: #EDD9B2;
}
.AnyTagClassName
{
color: #EDD9B2;
}
</style>
background-color css
<style>
a { background-color: #EDD9B2; }
a { background-color: rgb(237,217,178); }
div.DivClassName
{
background-color: #EDD9B2;
}
.BgClassName
{
background-color: #EDD9B2;
}
</style>
border-color css
<style>
span { border-color: #EDD9B2; }
span { border-color: rgb(237,217,178); }
td.TdClassName
{
border-color: #EDD9B2;
}
.TagClassName
{
border-color: #EDD9B2;
}
</style>