Shades of Snuff #EFC9EE
Tints of Snuff #EFC9EE
RGB
CMYK
RGB Variations
Color information
#EFC9EE (or 0xEFC9EE) is known color: Snuff. HEX triplet: EF, C9 and EE. RGB value is (239,201,238). Sum of RGB (Red+Green+Blue) = 239+201+238=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9EE is #103611. Grayscale: #D8D8D8. Windows color (decimal): -1062418 or 15649263. OLE color: 15649263.
HSL color Cylindrical-coordinate representation of color #EFC9EE: hue angle of 301.58º degrees, saturation: 0.54, 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 #EFC9EE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 238 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.06 |
| HSL | 301.58º | 0.54% | 0.86% | - |
| HSV(B) | 301.58º | 0.16% | 0.94% | - |
| XYZ | 71.92 | 66.3 | 89.9 | - |
| YUV | 216.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 238 | 0 | 0.16 | 0.00 | 0.06 | 301.58 | 0.54 | 0.86 |
| Hex | EF | C9 | EE | 0 | 10 | 0 | 6 | 12E | 36 | 56 |
| Octal | 357 | 311 | 356 | 0 | 20 | 0 | 6 | 456 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11101110 | 0 | 10000 | 0 | 110 | 100101110 | 110110 | 1010110 |
Color Harmonies of #EFC9EE
Complementary color
Monochromatic Colors of #EFC9EE
Black with #EFC9EE
Text Example
Text Example
White with #EFC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9EE; }
p { color: rgb(239,201,238); }
H1.HeaderClassName
{
color: #EFC9EE;
}
.AnyTagClassName
{
color: #EFC9EE;
}
</style>
background-color css
<style>
a { background-color: #EFC9EE; }
a { background-color: rgb(239,201,238); }
div.DivClassName
{
background-color: #EFC9EE;
}
.BgClassName
{
background-color: #EFC9EE;
}
</style>
border-color css
<style>
span { border-color: #EFC9EE; }
span { border-color: rgb(239,201,238); }
td.TdClassName
{
border-color: #EFC9EE;
}
.TagClassName
{
border-color: #EFC9EE;
}
</style>