Shades of Champagne #EDD7BB
Tints of Champagne #EDD7BB
RGB
CMYK
RGB Variations
Color information
#EDD7BB (or 0xEDD7BB) is known color: Champagne. HEX triplet: ED, D7 and BB. RGB value is (237,215,187). Sum of RGB (Red+Green+Blue) = 237+215+187=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7BB is #122844. Grayscale: #DADADA. Windows color (decimal): -1189957 or 12310509. OLE color: 12310509.
HSL color Cylindrical-coordinate representation of color #EDD7BB: hue angle of 33.6º 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 #EDD7BB is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 187 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.07 |
| HSL | 33.6º | 0.58% | 0.83% | - |
| HSV(B) | 33.6º | 0.21% | 0.93% | - |
| XYZ | 68.2 | 70.19 | 56.97 | - |
| YUV | 218.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 187 | 0 | 0.09 | 0.21 | 0.07 | 33.6 | 0.58 | 0.83 |
| Hex | ED | D7 | BB | 0 | 9 | 15 | 7 | 22 | 3A | 53 |
| Octal | 355 | 327 | 273 | 0 | 11 | 25 | 7 | 42 | 72 | 123 |
| Binary | 11101101 | 11010111 | 10111011 | 0 | 1001 | 10101 | 111 | 100010 | 111010 | 1010011 |
Color Harmonies of #EDD7BB
Complementary color
Monochromatic Colors of #EDD7BB
Black with #EDD7BB
Text Example
Text Example
White with #EDD7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7BB; }
p { color: rgb(237,215,187); }
H1.HeaderClassName
{
color: #EDD7BB;
}
.AnyTagClassName
{
color: #EDD7BB;
}
</style>
background-color css
<style>
a { background-color: #EDD7BB; }
a { background-color: rgb(237,215,187); }
div.DivClassName
{
background-color: #EDD7BB;
}
.BgClassName
{
background-color: #EDD7BB;
}
</style>
border-color css
<style>
span { border-color: #EDD7BB; }
span { border-color: rgb(237,215,187); }
td.TdClassName
{
border-color: #EDD7BB;
}
.TagClassName
{
border-color: #EDD7BB;
}
</style>