Shades of Snuff #EFCCED
Tints of Snuff #EFCCED
RGB
CMYK
RGB Variations
Color information
#EFCCED (or 0xEFCCED) is known color: Snuff. HEX triplet: EF, CC and ED. RGB value is (239,204,237). Sum of RGB (Red+Green+Blue) = 239+204+237=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCED is #103312. Grayscale: #DADADA. Windows color (decimal): -1061651 or 15584495. OLE color: 15584495.
HSL color Cylindrical-coordinate representation of color #EFCCED: hue angle of 303.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCED is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 237 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 303.43º | 0.52% | 0.87% | - |
| HSV(B) | 303.43º | 0.15% | 0.94% | - |
| XYZ | 72.48 | 67.65 | 89.36 | - |
| YUV | 218.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 237 | 0 | 0.15 | 0.01 | 0.06 | 303.43 | 0.52 | 0.87 |
| Hex | EF | CC | ED | 0 | F | 1 | 6 | 12F | 34 | 57 |
| Octal | 357 | 314 | 355 | 0 | 17 | 1 | 6 | 457 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11101101 | 0 | 1111 | 1 | 110 | 100101111 | 110100 | 1010111 |
Color Harmonies of #EFCCED
Complementary color
Monochromatic Colors of #EFCCED
Black with #EFCCED
Text Example
Text Example
White with #EFCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCED; }
p { color: rgb(239,204,237); }
H1.HeaderClassName
{
color: #EFCCED;
}
.AnyTagClassName
{
color: #EFCCED;
}
</style>
background-color css
<style>
a { background-color: #EFCCED; }
a { background-color: rgb(239,204,237); }
div.DivClassName
{
background-color: #EFCCED;
}
.BgClassName
{
background-color: #EFCCED;
}
</style>
border-color css
<style>
span { border-color: #EFCCED; }
span { border-color: rgb(239,204,237); }
td.TdClassName
{
border-color: #EFCCED;
}
.TagClassName
{
border-color: #EFCCED;
}
</style>