Shades of Snuff #EFCEEC
Tints of Snuff #EFCEEC
RGB
CMYK
RGB Variations
Color information
#EFCEEC (or 0xEFCEEC) is known color: Snuff. HEX triplet: EF, CE and EC. RGB value is (239,206,236). Sum of RGB (Red+Green+Blue) = 239+206+236=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEC is #103113. Grayscale: #DBDBDB. Windows color (decimal): -1061140 or 15519471. OLE color: 15519471.
HSL color Cylindrical-coordinate representation of color #EFCEEC: hue angle of 305.45º 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 #EFCEEC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 236 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.06 |
| HSL | 305.45º | 0.51% | 0.87% | - |
| HSV(B) | 305.45º | 0.14% | 0.94% | - |
| XYZ | 72.81 | 68.55 | 88.75 | - |
| YUV | 219.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 236 | 0 | 0.14 | 0.01 | 0.06 | 305.45 | 0.51 | 0.87 |
| Hex | EF | CE | EC | 0 | E | 1 | 6 | 131 | 33 | 57 |
| Octal | 357 | 316 | 354 | 0 | 16 | 1 | 6 | 461 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11101100 | 0 | 1110 | 1 | 110 | 100110001 | 110011 | 1010111 |
Color Harmonies of #EFCEEC
Complementary color
Monochromatic Colors of #EFCEEC
Black with #EFCEEC
Text Example
Text Example
White with #EFCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEEC; }
p { color: rgb(239,206,236); }
H1.HeaderClassName
{
color: #EFCEEC;
}
.AnyTagClassName
{
color: #EFCEEC;
}
</style>
background-color css
<style>
a { background-color: #EFCEEC; }
a { background-color: rgb(239,206,236); }
div.DivClassName
{
background-color: #EFCEEC;
}
.BgClassName
{
background-color: #EFCEEC;
}
</style>
border-color css
<style>
span { border-color: #EFCEEC; }
span { border-color: rgb(239,206,236); }
td.TdClassName
{
border-color: #EFCEEC;
}
.TagClassName
{
border-color: #EFCEEC;
}
</style>