Shades of Snuff #EFC3EF
Tints of Snuff #EFC3EF
RGB
CMYK
RGB Variations
Color information
#EFC3EF (or 0xEFC3EF) is known color: Snuff. HEX triplet: EF, C3 and EF. RGB value is (239,195,239). Sum of RGB (Red+Green+Blue) = 239+195+239=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EF is #103C10. Grayscale: #D5D5D5. Windows color (decimal): -1063953 or 15713263. OLE color: 15713263.
HSL color Cylindrical-coordinate representation of color #EFC3EF: hue angle of 300º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3EF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 239 | - |
| CMYK | 0 | 0.18 | 0 | 0.06 |
| HSL | 300º | 0.58% | 0.85% | - |
| HSV(B) | 300º | 0.18% | 0.94% | - |
| XYZ | 70.69 | 63.61 | 90.21 | - |
| YUV | 213.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 239 | 0 | 0.18 | 0 | 0.06 | 300 | 0.58 | 0.85 |
| Hex | EF | C3 | EF | 0 | 12 | 0 | 6 | 12C | 3A | 55 |
| Octal | 357 | 303 | 357 | 0 | 22 | 0 | 6 | 454 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11101111 | 0 | 10010 | 0 | 110 | 100101100 | 111010 | 1010101 |
Color Harmonies of #EFC3EF
Complementary color
Monochromatic Colors of #EFC3EF
Black with #EFC3EF
Text Example
Text Example
White with #EFC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3EF; }
p { color: rgb(239,195,239); }
H1.HeaderClassName
{
color: #EFC3EF;
}
.AnyTagClassName
{
color: #EFC3EF;
}
</style>
background-color css
<style>
a { background-color: #EFC3EF; }
a { background-color: rgb(239,195,239); }
div.DivClassName
{
background-color: #EFC3EF;
}
.BgClassName
{
background-color: #EFC3EF;
}
</style>
border-color css
<style>
span { border-color: #EFC3EF; }
span { border-color: rgb(239,195,239); }
td.TdClassName
{
border-color: #EFC3EF;
}
.TagClassName
{
border-color: #EFC3EF;
}
</style>