Shades of Champagne #EDDAB6
Tints of Champagne #EDDAB6
RGB
CMYK
RGB Variations
Color information
#EDDAB6 (or 0xEDDAB6) is known color: Champagne. HEX triplet: ED, DA and B6. RGB value is (237,218,182). Sum of RGB (Red+Green+Blue) = 237+218+182=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAB6 is #122549. Grayscale: #DBDBDB. Windows color (decimal): -1189194 or 11983597. OLE color: 11983597.
HSL color Cylindrical-coordinate representation of color #EDDAB6: hue angle of 39.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDDAB6 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 182 | - |
CMYK | 0 | 0.08 | 0.23 | 0.07 |
HSL | 39.27º | 0.6% | 0.82% | - |
HSV(B) | 39.27º | 0.23% | 0.93% | - |
XYZ | 68.44 | 71.52 | 54.45 | - |
YUV | 219.58 | 106.79 | 140.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 182 | 0 | 0.08 | 0.23 | 0.07 | 39.27 | 0.6 | 0.82 |
Hex | ED | DA | B6 | 0 | 8 | 17 | 7 | 27 | 3C | 52 |
Octal | 355 | 332 | 266 | 0 | 10 | 27 | 7 | 47 | 74 | 122 |
Binary | 11101101 | 11011010 | 10110110 | 0 | 1000 | 10111 | 111 | 100111 | 111100 | 1010010 |
Color Harmonies of #EDDAB6
Complementary color
Monochromatic Colors of #EDDAB6
Black with #EDDAB6
Text Example
Text Example
White with #EDDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAB6; }
p { color: rgb(237,218,182); }
H1.HeaderClassName
{
color: #EDDAB6;
}
.AnyTagClassName
{
color: #EDDAB6;
}
</style>
background-color css
<style>
a { background-color: #EDDAB6; }
a { background-color: rgb(237,218,182); }
div.DivClassName
{
background-color: #EDDAB6;
}
.BgClassName
{
background-color: #EDDAB6;
}
</style>
border-color css
<style>
span { border-color: #EDDAB6; }
span { border-color: rgb(237,218,182); }
td.TdClassName
{
border-color: #EDDAB6;
}
.TagClassName
{
border-color: #EDDAB6;
}
</style>