Shades of Snuff #EFC1F6
Tints of Snuff #EFC1F6
RGB
CMYK
RGB Variations
Color information
#EFC1F6 (or 0xEFC1F6) is known color: Snuff. HEX triplet: EF, C1 and F6. RGB value is (239,193,246). Sum of RGB (Red+Green+Blue) = 239+193+246=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFC1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1F6 is #103E09. Grayscale: #D4D4D4. Windows color (decimal): -1064458 or 16171503. OLE color: 16171503.
HSL color Cylindrical-coordinate representation of color #EFC1F6: hue angle of 292.08º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC1F6 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 193 | 246 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.04 |
| HSL | 292.08º | 0.75% | 0.86% | - |
| HSV(B) | 292.08º | 0.22% | 0.96% | - |
| XYZ | 71.3 | 63.14 | 95.62 | - |
| YUV | 212.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 246 | 0.03 | 0.22 | 0 | 0.04 | 292.08 | 0.75 | 0.86 |
| Hex | EF | C1 | F6 | 3 | 16 | 0 | 4 | 124 | 4B | 56 |
| Octal | 357 | 301 | 366 | 3 | 26 | 0 | 4 | 444 | 113 | 126 |
| Binary | 11101111 | 11000001 | 11110110 | 11 | 10110 | 0 | 100 | 100100100 | 1001011 | 1010110 |
Color Harmonies of #EFC1F6
Complementary color
Monochromatic Colors of #EFC1F6
Black with #EFC1F6
Text Example
Text Example
White with #EFC1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1F6; }
p { color: rgb(239,193,246); }
H1.HeaderClassName
{
color: #EFC1F6;
}
.AnyTagClassName
{
color: #EFC1F6;
}
</style>
background-color css
<style>
a { background-color: #EFC1F6; }
a { background-color: rgb(239,193,246); }
div.DivClassName
{
background-color: #EFC1F6;
}
.BgClassName
{
background-color: #EFC1F6;
}
</style>
border-color css
<style>
span { border-color: #EFC1F6; }
span { border-color: rgb(239,193,246); }
td.TdClassName
{
border-color: #EFC1F6;
}
.TagClassName
{
border-color: #EFC1F6;
}
</style>