Shades of Champagne #EDDBBC
Tints of Champagne #EDDBBC
RGB
CMYK
RGB Variations
Color information
#EDDBBC (or 0xEDDBBC) is known color: Champagne. HEX triplet: ED, DB and BC. RGB value is (237,219,188). Sum of RGB (Red+Green+Blue) = 237+219+188=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBBC is #122443. Grayscale: #DCDCDC. Windows color (decimal): -1188932 or 12377069. OLE color: 12377069.
HSL color Cylindrical-coordinate representation of color #EDDBBC: hue angle of 37.96º 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 #EDDBBC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 188 | - |
CMYK | 0 | 0.08 | 0.21 | 0.07 |
HSL | 37.96º | 0.58% | 0.83% | - |
HSV(B) | 37.96º | 0.21% | 0.93% | - |
XYZ | 69.33 | 72.3 | 57.88 | - |
YUV | 220.85 | 109.46 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 188 | 0 | 0.08 | 0.21 | 0.07 | 37.96 | 0.58 | 0.83 |
Hex | ED | DB | BC | 0 | 8 | 15 | 7 | 26 | 3A | 53 |
Octal | 355 | 333 | 274 | 0 | 10 | 25 | 7 | 46 | 72 | 123 |
Binary | 11101101 | 11011011 | 10111100 | 0 | 1000 | 10101 | 111 | 100110 | 111010 | 1010011 |
Color Harmonies of #EDDBBC
Complementary color
Monochromatic Colors of #EDDBBC
Black with #EDDBBC
Text Example
Text Example
White with #EDDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBBC; }
p { color: rgb(237,219,188); }
H1.HeaderClassName
{
color: #EDDBBC;
}
.AnyTagClassName
{
color: #EDDBBC;
}
</style>
background-color css
<style>
a { background-color: #EDDBBC; }
a { background-color: rgb(237,219,188); }
div.DivClassName
{
background-color: #EDDBBC;
}
.BgClassName
{
background-color: #EDDBBC;
}
</style>
border-color css
<style>
span { border-color: #EDDBBC; }
span { border-color: rgb(237,219,188); }
td.TdClassName
{
border-color: #EDDBBC;
}
.TagClassName
{
border-color: #EDDBBC;
}
</style>