Shades of Champagne #EFDBB8
Tints of Champagne #EFDBB8
RGB
CMYK
RGB Variations
Color information
#EFDBB8 (or 0xEFDBB8) is known color: Champagne. HEX triplet: EF, DB and B8. RGB value is (239,219,184). Sum of RGB (Red+Green+Blue) = 239+219+184=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 184 (72.27% from 255 or 28.66% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBB8 is #102447. Grayscale: #DDDDDD. Windows color (decimal): -1057864 or 12114927. OLE color: 12114927.
HSL color Cylindrical-coordinate representation of color #EFDBB8: hue angle of 38.18º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDBB8 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 184 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.06 |
| HSL | 38.18º | 0.63% | 0.83% | - |
| HSV(B) | 38.18º | 0.23% | 0.94% | - |
| XYZ | 69.58 | 72.47 | 55.67 | - |
| YUV | 220.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 184 | 0 | 0.08 | 0.23 | 0.06 | 38.18 | 0.63 | 0.83 |
| Hex | EF | DB | B8 | 0 | 8 | 17 | 6 | 26 | 3F | 53 |
| Octal | 357 | 333 | 270 | 0 | 10 | 27 | 6 | 46 | 77 | 123 |
| Binary | 11101111 | 11011011 | 10111000 | 0 | 1000 | 10111 | 110 | 100110 | 111111 | 1010011 |
Color Harmonies of #EFDBB8
Complementary color
Monochromatic Colors of #EFDBB8
Black with #EFDBB8
Text Example
Text Example
White with #EFDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBB8; }
p { color: rgb(239,219,184); }
H1.HeaderClassName
{
color: #EFDBB8;
}
.AnyTagClassName
{
color: #EFDBB8;
}
</style>
background-color css
<style>
a { background-color: #EFDBB8; }
a { background-color: rgb(239,219,184); }
div.DivClassName
{
background-color: #EFDBB8;
}
.BgClassName
{
background-color: #EFDBB8;
}
</style>
border-color css
<style>
span { border-color: #EFDBB8; }
span { border-color: rgb(239,219,184); }
td.TdClassName
{
border-color: #EFDBB8;
}
.TagClassName
{
border-color: #EFDBB8;
}
</style>