Shades of Snuff #EFC5EE
Tints of Snuff #EFC5EE
RGB
CMYK
RGB Variations
Color information
#EFC5EE (or 0xEFC5EE) is known color: Snuff. HEX triplet: EF, C5 and EE. RGB value is (239,197,238). Sum of RGB (Red+Green+Blue) = 239+197+238=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EE is #103A11. Grayscale: #D6D6D6. Windows color (decimal): -1063442 or 15648239. OLE color: 15648239.
HSL color Cylindrical-coordinate representation of color #EFC5EE: hue angle of 301.43º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5EE is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 238 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.06 |
| HSL | 301.43º | 0.57% | 0.85% | - |
| HSV(B) | 301.43º | 0.18% | 0.94% | - |
| XYZ | 71 | 64.46 | 89.59 | - |
| YUV | 214.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 238 | 0 | 0.18 | 0.00 | 0.06 | 301.43 | 0.57 | 0.85 |
| Hex | EF | C5 | EE | 0 | 12 | 0 | 6 | 12D | 39 | 55 |
| Octal | 357 | 305 | 356 | 0 | 22 | 0 | 6 | 455 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11101110 | 0 | 10010 | 0 | 110 | 100101101 | 111001 | 1010101 |
Color Harmonies of #EFC5EE
Complementary color
Monochromatic Colors of #EFC5EE
Black with #EFC5EE
Text Example
Text Example
White with #EFC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5EE; }
p { color: rgb(239,197,238); }
H1.HeaderClassName
{
color: #EFC5EE;
}
.AnyTagClassName
{
color: #EFC5EE;
}
</style>
background-color css
<style>
a { background-color: #EFC5EE; }
a { background-color: rgb(239,197,238); }
div.DivClassName
{
background-color: #EFC5EE;
}
.BgClassName
{
background-color: #EFC5EE;
}
</style>
border-color css
<style>
span { border-color: #EFC5EE; }
span { border-color: rgb(239,197,238); }
td.TdClassName
{
border-color: #EFC5EE;
}
.TagClassName
{
border-color: #EFC5EE;
}
</style>