Shades of Champagne #EEDCB7
Tints of Champagne #EEDCB7
RGB
CMYK
RGB Variations
Color information
#EEDCB7 (or 0xEEDCB7) is known color: Champagne. HEX triplet: EE, DC and B7. RGB value is (238,220,183). Sum of RGB (Red+Green+Blue) = 238+220+183=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCB7 is #112348. Grayscale: #DDDDDD. Windows color (decimal): -1123145 or 12049646. OLE color: 12049646.
HSL color Cylindrical-coordinate representation of color #EEDCB7: hue angle of 40.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEDCB7 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 183 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.07 |
| HSL | 40.36º | 0.62% | 0.83% | - |
| HSV(B) | 40.36º | 0.23% | 0.93% | - |
| XYZ | 69.4 | 72.78 | 55.19 | - |
| YUV | 221.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 183 | 0 | 0.08 | 0.23 | 0.07 | 40.36 | 0.62 | 0.83 |
| Hex | EE | DC | B7 | 0 | 8 | 17 | 7 | 28 | 3E | 53 |
| Octal | 356 | 334 | 267 | 0 | 10 | 27 | 7 | 50 | 76 | 123 |
| Binary | 11101110 | 11011100 | 10110111 | 0 | 1000 | 10111 | 111 | 101000 | 111110 | 1010011 |
Color Harmonies of #EEDCB7
Complementary color
Monochromatic Colors of #EEDCB7
Black with #EEDCB7
Text Example
Text Example
White with #EEDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCB7; }
p { color: rgb(238,220,183); }
H1.HeaderClassName
{
color: #EEDCB7;
}
.AnyTagClassName
{
color: #EEDCB7;
}
</style>
background-color css
<style>
a { background-color: #EEDCB7; }
a { background-color: rgb(238,220,183); }
div.DivClassName
{
background-color: #EEDCB7;
}
.BgClassName
{
background-color: #EEDCB7;
}
</style>
border-color css
<style>
span { border-color: #EEDCB7; }
span { border-color: rgb(238,220,183); }
td.TdClassName
{
border-color: #EEDCB7;
}
.TagClassName
{
border-color: #EEDCB7;
}
</style>