Shades of Snuff #EFCEEE
Tints of Snuff #EFCEEE
RGB
CMYK
RGB Variations
Color information
#EFCEEE (or 0xEFCEEE) is known color: Snuff. HEX triplet: EF, CE and EE. RGB value is (239,206,238). Sum of RGB (Red+Green+Blue) = 239+206+238=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEE is #103111. Grayscale: #DBDBDB. Windows color (decimal): -1061138 or 15650543. OLE color: 15650543.
HSL color Cylindrical-coordinate representation of color #EFCEEE: hue angle of 301.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCEEE is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 238 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.06 |
| HSL | 301.82º | 0.51% | 0.87% | - |
| HSV(B) | 301.82º | 0.14% | 0.94% | - |
| XYZ | 73.1 | 68.67 | 90.29 | - |
| YUV | 219.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 238 | 0 | 0.14 | 0.00 | 0.06 | 301.82 | 0.51 | 0.87 |
| Hex | EF | CE | EE | 0 | E | 0 | 6 | 12E | 33 | 57 |
| Octal | 357 | 316 | 356 | 0 | 16 | 0 | 6 | 456 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11101110 | 0 | 1110 | 0 | 110 | 100101110 | 110011 | 1010111 |
Color Harmonies of #EFCEEE
Complementary color
Monochromatic Colors of #EFCEEE
Black with #EFCEEE
Text Example
Text Example
White with #EFCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEEE; }
p { color: rgb(239,206,238); }
H1.HeaderClassName
{
color: #EFCEEE;
}
.AnyTagClassName
{
color: #EFCEEE;
}
</style>
background-color css
<style>
a { background-color: #EFCEEE; }
a { background-color: rgb(239,206,238); }
div.DivClassName
{
background-color: #EFCEEE;
}
.BgClassName
{
background-color: #EFCEEE;
}
</style>
border-color css
<style>
span { border-color: #EFCEEE; }
span { border-color: rgb(239,206,238); }
td.TdClassName
{
border-color: #EFCEEE;
}
.TagClassName
{
border-color: #EFCEEE;
}
</style>