Shades of Champagne #EDDABB
Tints of Champagne #EDDABB
RGB
CMYK
RGB Variations
Color information
#EDDABB (or 0xEDDABB) is known color: Champagne. HEX triplet: ED, DA and BB. RGB value is (237,218,187). Sum of RGB (Red+Green+Blue) = 237+218+187=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDABB is #122544. Grayscale: #DCDCDC. Windows color (decimal): -1189189 or 12311277. OLE color: 12311277.
HSL color Cylindrical-coordinate representation of color #EDDABB: hue angle of 37.2º 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 #EDDABB is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 187 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.07 |
| HSL | 37.2º | 0.58% | 0.83% | - |
| HSV(B) | 37.2º | 0.21% | 0.93% | - |
| XYZ | 68.97 | 71.74 | 57.23 | - |
| YUV | 220.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 187 | 0 | 0.08 | 0.21 | 0.07 | 37.2 | 0.58 | 0.83 |
| Hex | ED | DA | BB | 0 | 8 | 15 | 7 | 25 | 3A | 53 |
| Octal | 355 | 332 | 273 | 0 | 10 | 25 | 7 | 45 | 72 | 123 |
| Binary | 11101101 | 11011010 | 10111011 | 0 | 1000 | 10101 | 111 | 100101 | 111010 | 1010011 |
Color Harmonies of #EDDABB
Complementary color
Monochromatic Colors of #EDDABB
Black with #EDDABB
Text Example
Text Example
White with #EDDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDABB; }
p { color: rgb(237,218,187); }
H1.HeaderClassName
{
color: #EDDABB;
}
.AnyTagClassName
{
color: #EDDABB;
}
</style>
background-color css
<style>
a { background-color: #EDDABB; }
a { background-color: rgb(237,218,187); }
div.DivClassName
{
background-color: #EDDABB;
}
.BgClassName
{
background-color: #EDDABB;
}
</style>
border-color css
<style>
span { border-color: #EDDABB; }
span { border-color: rgb(237,218,187); }
td.TdClassName
{
border-color: #EDDABB;
}
.TagClassName
{
border-color: #EDDABB;
}
</style>