Shades of Snuff #EFCFED
Tints of Snuff #EFCFED
RGB
CMYK
RGB Variations
Color information
#EFCFED (or 0xEFCFED) is known color: Snuff. HEX triplet: EF, CF and ED. RGB value is (239,207,237). Sum of RGB (Red+Green+Blue) = 239+207+237=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFED is #103012. Grayscale: #DBDBDB. Windows color (decimal): -1060883 or 15585263. OLE color: 15585263.
HSL color Cylindrical-coordinate representation of color #EFCFED: hue angle of 303.75º 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 #EFCFED is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 207 | 237 | - |
CMYK | 0 | 0.13 | 0.01 | 0.06 |
HSL | 303.75º | 0.5% | 0.87% | - |
HSV(B) | 303.75º | 0.13% | 0.94% | - |
XYZ | 73.2 | 69.09 | 89.6 | - |
YUV | 219.99 | 137.6 | 141.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 207 | 237 | 0 | 0.13 | 0.01 | 0.06 | 303.75 | 0.5 | 0.87 |
Hex | EF | CF | ED | 0 | D | 1 | 6 | 130 | 32 | 57 |
Octal | 357 | 317 | 355 | 0 | 15 | 1 | 6 | 460 | 62 | 127 |
Binary | 11101111 | 11001111 | 11101101 | 0 | 1101 | 1 | 110 | 100110000 | 110010 | 1010111 |
Color Harmonies of #EFCFED
Complementary color
Monochromatic Colors of #EFCFED
Black with #EFCFED
Text Example
Text Example
White with #EFCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFED; }
p { color: rgb(239,207,237); }
H1.HeaderClassName
{
color: #EFCFED;
}
.AnyTagClassName
{
color: #EFCFED;
}
</style>
background-color css
<style>
a { background-color: #EFCFED; }
a { background-color: rgb(239,207,237); }
div.DivClassName
{
background-color: #EFCFED;
}
.BgClassName
{
background-color: #EFCFED;
}
</style>
border-color css
<style>
span { border-color: #EFCFED; }
span { border-color: rgb(239,207,237); }
td.TdClassName
{
border-color: #EFCFED;
}
.TagClassName
{
border-color: #EFCFED;
}
</style>