Shades of Champagne #EDD9BB
Tints of Champagne #EDD9BB
RGB
CMYK
RGB Variations
Color information
#EDD9BB (or 0xEDD9BB) is known color: Champagne. HEX triplet: ED, D9 and BB. RGB value is (237,217,187). Sum of RGB (Red+Green+Blue) = 237+217+187=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9BB is #122644. Grayscale: #DBDBDB. Windows color (decimal): -1189445 or 12311021. OLE color: 12311021.
HSL color Cylindrical-coordinate representation of color #EDD9BB: hue angle of 36º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDD9BB is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 187 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.07 |
| HSL | 36º | 0.58% | 0.83% | - |
| HSV(B) | 36º | 0.21% | 0.93% | - |
| XYZ | 68.71 | 71.22 | 57.14 | - |
| YUV | 219.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 187 | 0 | 0.08 | 0.21 | 0.07 | 36 | 0.58 | 0.83 |
| Hex | ED | D9 | BB | 0 | 8 | 15 | 7 | 24 | 3A | 53 |
| Octal | 355 | 331 | 273 | 0 | 10 | 25 | 7 | 44 | 72 | 123 |
| Binary | 11101101 | 11011001 | 10111011 | 0 | 1000 | 10101 | 111 | 100100 | 111010 | 1010011 |
Color Harmonies of #EDD9BB
Complementary color
Monochromatic Colors of #EDD9BB
Black with #EDD9BB
Text Example
Text Example
White with #EDD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9BB; }
p { color: rgb(237,217,187); }
H1.HeaderClassName
{
color: #EDD9BB;
}
.AnyTagClassName
{
color: #EDD9BB;
}
</style>
background-color css
<style>
a { background-color: #EDD9BB; }
a { background-color: rgb(237,217,187); }
div.DivClassName
{
background-color: #EDD9BB;
}
.BgClassName
{
background-color: #EDD9BB;
}
</style>
border-color css
<style>
span { border-color: #EDD9BB; }
span { border-color: rgb(237,217,187); }
td.TdClassName
{
border-color: #EDD9BB;
}
.TagClassName
{
border-color: #EDD9BB;
}
</style>