Shades of Champagne #EFDBBC
Tints of Champagne #EFDBBC
RGB
CMYK
RGB Variations
Color information
#EFDBBC (or 0xEFDBBC) is known color: Champagne. HEX triplet: EF, DB and BC. RGB value is (239,219,188). Sum of RGB (Red+Green+Blue) = 239+219+188=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBBC is #102443. Grayscale: #DDDDDD. Windows color (decimal): -1057860 or 12377071. OLE color: 12377071.
HSL color Cylindrical-coordinate representation of color #EFDBBC: hue angle of 36.47º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDBBC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 188 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 36.47º | 0.61% | 0.84% | - |
| HSV(B) | 36.47º | 0.21% | 0.94% | - |
| XYZ | 70.01 | 72.64 | 57.91 | - |
| YUV | 221.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 188 | 0 | 0.08 | 0.21 | 0.06 | 36.47 | 0.61 | 0.84 |
| Hex | EF | DB | BC | 0 | 8 | 15 | 6 | 24 | 3D | 54 |
| Octal | 357 | 333 | 274 | 0 | 10 | 25 | 6 | 44 | 75 | 124 |
| Binary | 11101111 | 11011011 | 10111100 | 0 | 1000 | 10101 | 110 | 100100 | 111101 | 1010100 |
Color Harmonies of #EFDBBC
Complementary color
Monochromatic Colors of #EFDBBC
Black with #EFDBBC
Text Example
Text Example
White with #EFDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBBC; }
p { color: rgb(239,219,188); }
H1.HeaderClassName
{
color: #EFDBBC;
}
.AnyTagClassName
{
color: #EFDBBC;
}
</style>
background-color css
<style>
a { background-color: #EFDBBC; }
a { background-color: rgb(239,219,188); }
div.DivClassName
{
background-color: #EFDBBC;
}
.BgClassName
{
background-color: #EFDBBC;
}
</style>
border-color css
<style>
span { border-color: #EFDBBC; }
span { border-color: rgb(239,219,188); }
td.TdClassName
{
border-color: #EFDBBC;
}
.TagClassName
{
border-color: #EFDBBC;
}
</style>