Shades of Snuff #EFC3F0
Tints of Snuff #EFC3F0
RGB
CMYK
RGB Variations
Color information
#EFC3F0 (or 0xEFC3F0) is known color: Snuff. HEX triplet: EF, C3 and F0. RGB value is (239,195,240). Sum of RGB (Red+Green+Blue) = 239+195+240=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFC3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F0 is #103C0F. Grayscale: #D5D5D5. Windows color (decimal): -1063952 or 15778799. OLE color: 15778799.
HSL color Cylindrical-coordinate representation of color #EFC3F0: hue angle of 298.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC3F0 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 240 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.06 |
| HSL | 298.67º | 0.6% | 0.85% | - |
| HSV(B) | 298.67º | 0.19% | 0.94% | - |
| XYZ | 70.84 | 63.67 | 90.99 | - |
| YUV | 213.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 240 | 0.00 | 0.19 | 0 | 0.06 | 298.67 | 0.6 | 0.85 |
| Hex | EF | C3 | F0 | 0 | 13 | 0 | 6 | 12B | 3C | 55 |
| Octal | 357 | 303 | 360 | 0 | 23 | 0 | 6 | 453 | 74 | 125 |
| Binary | 11101111 | 11000011 | 11110000 | 0 | 10011 | 0 | 110 | 100101011 | 111100 | 1010101 |
Color Harmonies of #EFC3F0
Complementary color
Monochromatic Colors of #EFC3F0
Black with #EFC3F0
Text Example
Text Example
White with #EFC3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3F0; }
p { color: rgb(239,195,240); }
H1.HeaderClassName
{
color: #EFC3F0;
}
.AnyTagClassName
{
color: #EFC3F0;
}
</style>
background-color css
<style>
a { background-color: #EFC3F0; }
a { background-color: rgb(239,195,240); }
div.DivClassName
{
background-color: #EFC3F0;
}
.BgClassName
{
background-color: #EFC3F0;
}
</style>
border-color css
<style>
span { border-color: #EFC3F0; }
span { border-color: rgb(239,195,240); }
td.TdClassName
{
border-color: #EFC3F0;
}
.TagClassName
{
border-color: #EFC3F0;
}
</style>