Shades of Snuff #EFC8EE
Tints of Snuff #EFC8EE
RGB
CMYK
RGB Variations
Color information
#EFC8EE (or 0xEFC8EE) is known color: Snuff. HEX triplet: EF, C8 and EE. RGB value is (239,200,238). Sum of RGB (Red+Green+Blue) = 239+200+238=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EE is #103711. Grayscale: #D7D7D7. Windows color (decimal): -1062674 or 15649007. OLE color: 15649007.
HSL color Cylindrical-coordinate representation of color #EFC8EE: hue angle of 301.54º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8EE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 238 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.06 |
| HSL | 301.54º | 0.55% | 0.86% | - |
| HSV(B) | 301.54º | 0.16% | 0.94% | - |
| XYZ | 71.68 | 65.83 | 89.82 | - |
| YUV | 215.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 238 | 0 | 0.16 | 0.00 | 0.06 | 301.54 | 0.55 | 0.86 |
| Hex | EF | C8 | EE | 0 | 10 | 0 | 6 | 12E | 37 | 56 |
| Octal | 357 | 310 | 356 | 0 | 20 | 0 | 6 | 456 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11101110 | 0 | 10000 | 0 | 110 | 100101110 | 110111 | 1010110 |
Color Harmonies of #EFC8EE
Complementary color
Monochromatic Colors of #EFC8EE
Black with #EFC8EE
Text Example
Text Example
White with #EFC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8EE; }
p { color: rgb(239,200,238); }
H1.HeaderClassName
{
color: #EFC8EE;
}
.AnyTagClassName
{
color: #EFC8EE;
}
</style>
background-color css
<style>
a { background-color: #EFC8EE; }
a { background-color: rgb(239,200,238); }
div.DivClassName
{
background-color: #EFC8EE;
}
.BgClassName
{
background-color: #EFC8EE;
}
</style>
border-color css
<style>
span { border-color: #EFC8EE; }
span { border-color: rgb(239,200,238); }
td.TdClassName
{
border-color: #EFC8EE;
}
.TagClassName
{
border-color: #EFC8EE;
}
</style>