Shades of Snuff #EFC2F0
Tints of Snuff #EFC2F0
RGB
CMYK
RGB Variations
Color information
#EFC2F0 (or 0xEFC2F0) is known color: Snuff. HEX triplet: EF, C2 and F0. RGB value is (239,194,240). Sum of RGB (Red+Green+Blue) = 239+194+240=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFC2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2F0 is #103D0F. Grayscale: #D4D4D4. Windows color (decimal): -1064208 or 15778543. OLE color: 15778543.
HSL color Cylindrical-coordinate representation of color #EFC2F0: hue angle of 298.7º degrees, saturation: 0.61, 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 #EFC2F0 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 240 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.06 |
| HSL | 298.7º | 0.61% | 0.85% | - |
| HSV(B) | 298.7º | 0.19% | 0.94% | - |
| XYZ | 70.62 | 63.23 | 90.92 | - |
| YUV | 212.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 240 | 0.00 | 0.19 | 0 | 0.06 | 298.7 | 0.61 | 0.85 |
| Hex | EF | C2 | F0 | 0 | 13 | 0 | 6 | 12B | 3D | 55 |
| Octal | 357 | 302 | 360 | 0 | 23 | 0 | 6 | 453 | 75 | 125 |
| Binary | 11101111 | 11000010 | 11110000 | 0 | 10011 | 0 | 110 | 100101011 | 111101 | 1010101 |
Color Harmonies of #EFC2F0
Complementary color
Monochromatic Colors of #EFC2F0
Black with #EFC2F0
Text Example
Text Example
White with #EFC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2F0; }
p { color: rgb(239,194,240); }
H1.HeaderClassName
{
color: #EFC2F0;
}
.AnyTagClassName
{
color: #EFC2F0;
}
</style>
background-color css
<style>
a { background-color: #EFC2F0; }
a { background-color: rgb(239,194,240); }
div.DivClassName
{
background-color: #EFC2F0;
}
.BgClassName
{
background-color: #EFC2F0;
}
</style>
border-color css
<style>
span { border-color: #EFC2F0; }
span { border-color: rgb(239,194,240); }
td.TdClassName
{
border-color: #EFC2F0;
}
.TagClassName
{
border-color: #EFC2F0;
}
</style>