Shades of Snuff #EFCEEA
Tints of Snuff #EFCEEA
RGB
CMYK
RGB Variations
Color information
#EFCEEA (or 0xEFCEEA) is known color: Snuff. HEX triplet: EF, CE and EA. RGB value is (239,206,234). Sum of RGB (Red+Green+Blue) = 239+206+234=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEA is #103115. Grayscale: #DADADA. Windows color (decimal): -1061142 or 15388399. OLE color: 15388399.
HSL color Cylindrical-coordinate representation of color #EFCEEA: hue angle of 309.09º 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 #EFCEEA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 234 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.06 |
| HSL | 309.09º | 0.51% | 0.87% | - |
| HSV(B) | 309.09º | 0.14% | 0.94% | - |
| XYZ | 72.52 | 68.43 | 87.23 | - |
| YUV | 219.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 234 | 0 | 0.14 | 0.02 | 0.06 | 309.09 | 0.51 | 0.87 |
| Hex | EF | CE | EA | 0 | E | 2 | 6 | 135 | 33 | 57 |
| Octal | 357 | 316 | 352 | 0 | 16 | 2 | 6 | 465 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11101010 | 0 | 1110 | 10 | 110 | 100110101 | 110011 | 1010111 |
Color Harmonies of #EFCEEA
Complementary color
Monochromatic Colors of #EFCEEA
Black with #EFCEEA
Text Example
Text Example
White with #EFCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEEA; }
p { color: rgb(239,206,234); }
H1.HeaderClassName
{
color: #EFCEEA;
}
.AnyTagClassName
{
color: #EFCEEA;
}
</style>
background-color css
<style>
a { background-color: #EFCEEA; }
a { background-color: rgb(239,206,234); }
div.DivClassName
{
background-color: #EFCEEA;
}
.BgClassName
{
background-color: #EFCEEA;
}
</style>
border-color css
<style>
span { border-color: #EFCEEA; }
span { border-color: rgb(239,206,234); }
td.TdClassName
{
border-color: #EFCEEA;
}
.TagClassName
{
border-color: #EFCEEA;
}
</style>