Shades of Snuff #EFCEED
Tints of Snuff #EFCEED
RGB
CMYK
RGB Variations
Color information
#EFCEED (or 0xEFCEED) is known color: Snuff. HEX triplet: EF, CE and ED. RGB value is (239,206,237). Sum of RGB (Red+Green+Blue) = 239+206+237=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEED is #103112. Grayscale: #DBDBDB. Windows color (decimal): -1061139 or 15585007. OLE color: 15585007.
HSL color Cylindrical-coordinate representation of color #EFCEED: hue angle of 303.64º 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 #EFCEED is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 237 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.06 |
| HSL | 303.64º | 0.51% | 0.87% | - |
| HSV(B) | 303.64º | 0.14% | 0.94% | - |
| XYZ | 72.95 | 68.61 | 89.52 | - |
| YUV | 219.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 237 | 0 | 0.14 | 0.01 | 0.06 | 303.64 | 0.51 | 0.87 |
| Hex | EF | CE | ED | 0 | E | 1 | 6 | 130 | 33 | 57 |
| Octal | 357 | 316 | 355 | 0 | 16 | 1 | 6 | 460 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11101101 | 0 | 1110 | 1 | 110 | 100110000 | 110011 | 1010111 |
Color Harmonies of #EFCEED
Complementary color
Monochromatic Colors of #EFCEED
Black with #EFCEED
Text Example
Text Example
White with #EFCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEED; }
p { color: rgb(239,206,237); }
H1.HeaderClassName
{
color: #EFCEED;
}
.AnyTagClassName
{
color: #EFCEED;
}
</style>
background-color css
<style>
a { background-color: #EFCEED; }
a { background-color: rgb(239,206,237); }
div.DivClassName
{
background-color: #EFCEED;
}
.BgClassName
{
background-color: #EFCEED;
}
</style>
border-color css
<style>
span { border-color: #EFCEED; }
span { border-color: rgb(239,206,237); }
td.TdClassName
{
border-color: #EFCEED;
}
.TagClassName
{
border-color: #EFCEED;
}
</style>