Shades of Champagne #EEDCB6
Tints of Champagne #EEDCB6
RGB
CMYK
RGB Variations
Color information
#EEDCB6 (or 0xEEDCB6) is known color: Champagne. HEX triplet: EE, DC and B6. RGB value is (238,220,182). Sum of RGB (Red+Green+Blue) = 238+220+182=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCB6 is #112349. Grayscale: #DDDDDD. Windows color (decimal): -1123146 or 11984110. OLE color: 11984110.
HSL color Cylindrical-coordinate representation of color #EEDCB6: hue angle of 40.71º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEDCB6 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 182 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.07 |
| HSL | 40.71º | 0.62% | 0.82% | - |
| HSV(B) | 40.71º | 0.24% | 0.93% | - |
| XYZ | 69.3 | 72.74 | 54.64 | - |
| YUV | 221.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 182 | 0 | 0.08 | 0.24 | 0.07 | 40.71 | 0.62 | 0.82 |
| Hex | EE | DC | B6 | 0 | 8 | 18 | 7 | 29 | 3E | 52 |
| Octal | 356 | 334 | 266 | 0 | 10 | 30 | 7 | 51 | 76 | 122 |
| Binary | 11101110 | 11011100 | 10110110 | 0 | 1000 | 11000 | 111 | 101001 | 111110 | 1010010 |
Color Harmonies of #EEDCB6
Complementary color
Monochromatic Colors of #EEDCB6
Black with #EEDCB6
Text Example
Text Example
White with #EEDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCB6; }
p { color: rgb(238,220,182); }
H1.HeaderClassName
{
color: #EEDCB6;
}
.AnyTagClassName
{
color: #EEDCB6;
}
</style>
background-color css
<style>
a { background-color: #EEDCB6; }
a { background-color: rgb(238,220,182); }
div.DivClassName
{
background-color: #EEDCB6;
}
.BgClassName
{
background-color: #EEDCB6;
}
</style>
border-color css
<style>
span { border-color: #EEDCB6; }
span { border-color: rgb(238,220,182); }
td.TdClassName
{
border-color: #EEDCB6;
}
.TagClassName
{
border-color: #EEDCB6;
}
</style>