Shades of Champagne #EDDBB9
Tints of Champagne #EDDBB9
RGB
CMYK
RGB Variations
Color information
#EDDBB9 (or 0xEDDBB9) is known color: Champagne. HEX triplet: ED, DB and B9. RGB value is (237,219,185). Sum of RGB (Red+Green+Blue) = 237+219+185=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBB9 is #122446. Grayscale: #DCDCDC. Windows color (decimal): -1188935 or 12180461. OLE color: 12180461.
HSL color Cylindrical-coordinate representation of color #EDDBB9: hue angle of 39.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDDBB9 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 185 | - |
CMYK | 0 | 0.08 | 0.22 | 0.07 |
HSL | 39.23º | 0.59% | 0.83% | - |
HSV(B) | 39.23º | 0.22% | 0.93% | - |
XYZ | 69.01 | 72.17 | 56.19 | - |
YUV | 220.51 | 107.96 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 185 | 0 | 0.08 | 0.22 | 0.07 | 39.23 | 0.59 | 0.83 |
Hex | ED | DB | B9 | 0 | 8 | 16 | 7 | 27 | 3B | 53 |
Octal | 355 | 333 | 271 | 0 | 10 | 26 | 7 | 47 | 73 | 123 |
Binary | 11101101 | 11011011 | 10111001 | 0 | 1000 | 10110 | 111 | 100111 | 111011 | 1010011 |
Color Harmonies of #EDDBB9
Complementary color
Monochromatic Colors of #EDDBB9
Black with #EDDBB9
Text Example
Text Example
White with #EDDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBB9; }
p { color: rgb(237,219,185); }
H1.HeaderClassName
{
color: #EDDBB9;
}
.AnyTagClassName
{
color: #EDDBB9;
}
</style>
background-color css
<style>
a { background-color: #EDDBB9; }
a { background-color: rgb(237,219,185); }
div.DivClassName
{
background-color: #EDDBB9;
}
.BgClassName
{
background-color: #EDDBB9;
}
</style>
border-color css
<style>
span { border-color: #EDDBB9; }
span { border-color: rgb(237,219,185); }
td.TdClassName
{
border-color: #EDDBB9;
}
.TagClassName
{
border-color: #EDDBB9;
}
</style>