Shades of Snuff #EFC3F1
Tints of Snuff #EFC3F1
RGB
CMYK
RGB Variations
Color information
#EFC3F1 (or 0xEFC3F1) is known color: Snuff. HEX triplet: EF, C3 and F1. RGB value is (239,195,241). Sum of RGB (Red+Green+Blue) = 239+195+241=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F1 is #103C0E. Grayscale: #D5D5D5. Windows color (decimal): -1063951 or 15844335. OLE color: 15844335.
HSL color Cylindrical-coordinate representation of color #EFC3F1: hue angle of 297.39º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC3F1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 195 | 241 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.05 |
| HSL | 297.39º | 0.62% | 0.85% | - |
| HSV(B) | 297.39º | 0.19% | 0.95% | - |
| XYZ | 70.99 | 63.73 | 91.78 | - |
| YUV | 213.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 241 | 0.01 | 0.19 | 0 | 0.05 | 297.39 | 0.62 | 0.85 |
| Hex | EF | C3 | F1 | 1 | 13 | 0 | 5 | 129 | 3E | 55 |
| Octal | 357 | 303 | 361 | 1 | 23 | 0 | 5 | 451 | 76 | 125 |
| Binary | 11101111 | 11000011 | 11110001 | 1 | 10011 | 0 | 101 | 100101001 | 111110 | 1010101 |
Color Harmonies of #EFC3F1
Complementary color
Monochromatic Colors of #EFC3F1
Black with #EFC3F1
Text Example
Text Example
White with #EFC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3F1; }
p { color: rgb(239,195,241); }
H1.HeaderClassName
{
color: #EFC3F1;
}
.AnyTagClassName
{
color: #EFC3F1;
}
</style>
background-color css
<style>
a { background-color: #EFC3F1; }
a { background-color: rgb(239,195,241); }
div.DivClassName
{
background-color: #EFC3F1;
}
.BgClassName
{
background-color: #EFC3F1;
}
</style>
border-color css
<style>
span { border-color: #EFC3F1; }
span { border-color: rgb(239,195,241); }
td.TdClassName
{
border-color: #EFC3F1;
}
.TagClassName
{
border-color: #EFC3F1;
}
</style>