Shades of Snuff #EFCCEC
Tints of Snuff #EFCCEC
RGB
CMYK
RGB Variations
Color information
#EFCCEC (or 0xEFCCEC) is known color: Snuff. HEX triplet: EF, CC and EC. RGB value is (239,204,236). Sum of RGB (Red+Green+Blue) = 239+204+236=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEC is #103313. Grayscale: #DADADA. Windows color (decimal): -1061652 or 15518959. OLE color: 15518959.
HSL color Cylindrical-coordinate representation of color #EFCCEC: hue angle of 305.14º 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 #EFCCEC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 236 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 305.14º | 0.52% | 0.87% | - |
| HSV(B) | 305.14º | 0.15% | 0.94% | - |
| XYZ | 72.33 | 67.59 | 88.59 | - |
| YUV | 218.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 236 | 0 | 0.15 | 0.01 | 0.06 | 305.14 | 0.52 | 0.87 |
| Hex | EF | CC | EC | 0 | F | 1 | 6 | 131 | 34 | 57 |
| Octal | 357 | 314 | 354 | 0 | 17 | 1 | 6 | 461 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11101100 | 0 | 1111 | 1 | 110 | 100110001 | 110100 | 1010111 |
Color Harmonies of #EFCCEC
Complementary color
Monochromatic Colors of #EFCCEC
Black with #EFCCEC
Text Example
Text Example
White with #EFCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCEC; }
p { color: rgb(239,204,236); }
H1.HeaderClassName
{
color: #EFCCEC;
}
.AnyTagClassName
{
color: #EFCCEC;
}
</style>
background-color css
<style>
a { background-color: #EFCCEC; }
a { background-color: rgb(239,204,236); }
div.DivClassName
{
background-color: #EFCCEC;
}
.BgClassName
{
background-color: #EFCCEC;
}
</style>
border-color css
<style>
span { border-color: #EFCCEC; }
span { border-color: rgb(239,204,236); }
td.TdClassName
{
border-color: #EFCCEC;
}
.TagClassName
{
border-color: #EFCCEC;
}
</style>