Shades of Champagne #EDDBB6
Tints of Champagne #EDDBB6
RGB
CMYK
RGB Variations
Color information
#EDDBB6 (or 0xEDDBB6) is known color: Champagne. HEX triplet: ED, DB and B6. RGB value is (237,219,182). Sum of RGB (Red+Green+Blue) = 237+219+182=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBB6 is #122449. Grayscale: #DCDCDC. Windows color (decimal): -1188938 or 11983853. OLE color: 11983853.
HSL color Cylindrical-coordinate representation of color #EDDBB6: hue angle of 40.36º 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 #EDDBB6 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 182 | - |
CMYK | 0 | 0.08 | 0.23 | 0.07 |
HSL | 40.36º | 0.6% | 0.82% | - |
HSV(B) | 40.36º | 0.23% | 0.93% | - |
XYZ | 68.7 | 72.04 | 54.54 | - |
YUV | 220.16 | 106.46 | 140.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 182 | 0 | 0.08 | 0.23 | 0.07 | 40.36 | 0.6 | 0.82 |
Hex | ED | DB | B6 | 0 | 8 | 17 | 7 | 28 | 3C | 52 |
Octal | 355 | 333 | 266 | 0 | 10 | 27 | 7 | 50 | 74 | 122 |
Binary | 11101101 | 11011011 | 10110110 | 0 | 1000 | 10111 | 111 | 101000 | 111100 | 1010010 |
Color Harmonies of #EDDBB6
Complementary color
Monochromatic Colors of #EDDBB6
Black with #EDDBB6
Text Example
Text Example
White with #EDDBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBB6; }
p { color: rgb(237,219,182); }
H1.HeaderClassName
{
color: #EDDBB6;
}
.AnyTagClassName
{
color: #EDDBB6;
}
</style>
background-color css
<style>
a { background-color: #EDDBB6; }
a { background-color: rgb(237,219,182); }
div.DivClassName
{
background-color: #EDDBB6;
}
.BgClassName
{
background-color: #EDDBB6;
}
</style>
border-color css
<style>
span { border-color: #EDDBB6; }
span { border-color: rgb(237,219,182); }
td.TdClassName
{
border-color: #EDDBB6;
}
.TagClassName
{
border-color: #EDDBB6;
}
</style>