Shades of Snuff #EFC2F1
Tints of Snuff #EFC2F1
RGB
CMYK
RGB Variations
Color information
#EFC2F1 (or 0xEFC2F1) is known color: Snuff. HEX triplet: EF, C2 and F1. RGB value is (239,194,241). Sum of RGB (Red+Green+Blue) = 239+194+241=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2F1 is #103D0E. Grayscale: #D4D4D4. Windows color (decimal): -1064207 or 15844079. OLE color: 15844079.
HSL color Cylindrical-coordinate representation of color #EFC2F1: hue angle of 297.45º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC2F1 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 194 | 241 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.05 |
| HSL | 297.45º | 0.63% | 0.85% | - |
| HSV(B) | 297.45º | 0.2% | 0.95% | - |
| XYZ | 70.77 | 63.29 | 91.7 | - |
| YUV | 212.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 241 | 0.01 | 0.20 | 0 | 0.05 | 297.45 | 0.63 | 0.85 |
| Hex | EF | C2 | F1 | 1 | 14 | 0 | 5 | 129 | 3F | 55 |
| Octal | 357 | 302 | 361 | 1 | 24 | 0 | 5 | 451 | 77 | 125 |
| Binary | 11101111 | 11000010 | 11110001 | 1 | 10100 | 0 | 101 | 100101001 | 111111 | 1010101 |
Color Harmonies of #EFC2F1
Complementary color
Monochromatic Colors of #EFC2F1
Black with #EFC2F1
Text Example
Text Example
White with #EFC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2F1; }
p { color: rgb(239,194,241); }
H1.HeaderClassName
{
color: #EFC2F1;
}
.AnyTagClassName
{
color: #EFC2F1;
}
</style>
background-color css
<style>
a { background-color: #EFC2F1; }
a { background-color: rgb(239,194,241); }
div.DivClassName
{
background-color: #EFC2F1;
}
.BgClassName
{
background-color: #EFC2F1;
}
</style>
border-color css
<style>
span { border-color: #EFC2F1; }
span { border-color: rgb(239,194,241); }
td.TdClassName
{
border-color: #EFC2F1;
}
.TagClassName
{
border-color: #EFC2F1;
}
</style>