Shades of Snuff #EFC4F1
Tints of Snuff #EFC4F1
RGB
CMYK
RGB Variations
Color information
#EFC4F1 (or 0xEFC4F1) is known color: Snuff. HEX triplet: EF, C4 and F1. RGB value is (239,196,241). Sum of RGB (Red+Green+Blue) = 239+196+241=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4F1 is #103B0E. Grayscale: #D5D5D5. Windows color (decimal): -1063695 or 15844591. OLE color: 15844591.
HSL color Cylindrical-coordinate representation of color #EFC4F1: hue angle of 297.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC4F1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 196 | 241 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.05 |
| HSL | 297.33º | 0.62% | 0.86% | - |
| HSV(B) | 297.33º | 0.19% | 0.95% | - |
| XYZ | 71.21 | 64.18 | 91.85 | - |
| YUV | 213.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 241 | 0.01 | 0.19 | 0 | 0.05 | 297.33 | 0.62 | 0.86 |
| Hex | EF | C4 | F1 | 1 | 13 | 0 | 5 | 129 | 3E | 56 |
| Octal | 357 | 304 | 361 | 1 | 23 | 0 | 5 | 451 | 76 | 126 |
| Binary | 11101111 | 11000100 | 11110001 | 1 | 10011 | 0 | 101 | 100101001 | 111110 | 1010110 |
Color Harmonies of #EFC4F1
Complementary color
Monochromatic Colors of #EFC4F1
Black with #EFC4F1
Text Example
Text Example
White with #EFC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4F1; }
p { color: rgb(239,196,241); }
H1.HeaderClassName
{
color: #EFC4F1;
}
.AnyTagClassName
{
color: #EFC4F1;
}
</style>
background-color css
<style>
a { background-color: #EFC4F1; }
a { background-color: rgb(239,196,241); }
div.DivClassName
{
background-color: #EFC4F1;
}
.BgClassName
{
background-color: #EFC4F1;
}
</style>
border-color css
<style>
span { border-color: #EFC4F1; }
span { border-color: rgb(239,196,241); }
td.TdClassName
{
border-color: #EFC4F1;
}
.TagClassName
{
border-color: #EFC4F1;
}
</style>