Shades of Snuff #EFCFEA
Tints of Snuff #EFCFEA
RGB
CMYK
RGB Variations
Color information
#EFCFEA (or 0xEFCFEA) is known color: Snuff. HEX triplet: EF, CF and EA. RGB value is (239,207,234). Sum of RGB (Red+Green+Blue) = 239+207+234=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFEA is #103015. Grayscale: #DBDBDB. Windows color (decimal): -1060886 or 15388655. OLE color: 15388655.
HSL color Cylindrical-coordinate representation of color #EFCFEA: hue angle of 309.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFEA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 234 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.06 |
| HSL | 309.38º | 0.5% | 0.87% | - |
| HSV(B) | 309.38º | 0.13% | 0.94% | - |
| XYZ | 72.76 | 68.92 | 87.31 | - |
| YUV | 219.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 234 | 0 | 0.13 | 0.02 | 0.06 | 309.38 | 0.5 | 0.87 |
| Hex | EF | CF | EA | 0 | D | 2 | 6 | 135 | 32 | 57 |
| Octal | 357 | 317 | 352 | 0 | 15 | 2 | 6 | 465 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11101010 | 0 | 1101 | 10 | 110 | 100110101 | 110010 | 1010111 |
Color Harmonies of #EFCFEA
Complementary color
Monochromatic Colors of #EFCFEA
Black with #EFCFEA
Text Example
Text Example
White with #EFCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFEA; }
p { color: rgb(239,207,234); }
H1.HeaderClassName
{
color: #EFCFEA;
}
.AnyTagClassName
{
color: #EFCFEA;
}
</style>
background-color css
<style>
a { background-color: #EFCFEA; }
a { background-color: rgb(239,207,234); }
div.DivClassName
{
background-color: #EFCFEA;
}
.BgClassName
{
background-color: #EFCFEA;
}
</style>
border-color css
<style>
span { border-color: #EFCFEA; }
span { border-color: rgb(239,207,234); }
td.TdClassName
{
border-color: #EFCFEA;
}
.TagClassName
{
border-color: #EFCFEA;
}
</style>