Shades of Snuff #EFC0EE
Tints of Snuff #EFC0EE
RGB
CMYK
RGB Variations
Color information
#EFC0EE (or 0xEFC0EE) is known color: Snuff. HEX triplet: EF, C0 and EE. RGB value is (239,192,238). Sum of RGB (Red+Green+Blue) = 239+192+238=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EE is #103F11. Grayscale: #D3D3D3. Windows color (decimal): -1064722 or 15646959. OLE color: 15646959.
HSL color Cylindrical-coordinate representation of color #EFC0EE: hue angle of 301.28º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0EE is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 238 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.06 |
| HSL | 301.28º | 0.59% | 0.85% | - |
| HSV(B) | 301.28º | 0.2% | 0.94% | - |
| XYZ | 69.88 | 62.22 | 89.22 | - |
| YUV | 211.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 238 | 0 | 0.20 | 0.00 | 0.06 | 301.28 | 0.59 | 0.85 |
| Hex | EF | C0 | EE | 0 | 14 | 0 | 6 | 12D | 3B | 55 |
| Octal | 357 | 300 | 356 | 0 | 24 | 0 | 6 | 455 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11101110 | 0 | 10100 | 0 | 110 | 100101101 | 111011 | 1010101 |
Color Harmonies of #EFC0EE
Complementary color
Monochromatic Colors of #EFC0EE
Black with #EFC0EE
Text Example
Text Example
White with #EFC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0EE; }
p { color: rgb(239,192,238); }
H1.HeaderClassName
{
color: #EFC0EE;
}
.AnyTagClassName
{
color: #EFC0EE;
}
</style>
background-color css
<style>
a { background-color: #EFC0EE; }
a { background-color: rgb(239,192,238); }
div.DivClassName
{
background-color: #EFC0EE;
}
.BgClassName
{
background-color: #EFC0EE;
}
</style>
border-color css
<style>
span { border-color: #EFC0EE; }
span { border-color: rgb(239,192,238); }
td.TdClassName
{
border-color: #EFC0EE;
}
.TagClassName
{
border-color: #EFC0EE;
}
</style>