Shades of Snuff #EFC1F7
Tints of Snuff #EFC1F7
RGB
CMYK
RGB Variations
Color information
#EFC1F7 (or 0xEFC1F7) is known color: Snuff. HEX triplet: EF, C1 and F7. RGB value is (239,193,247). Sum of RGB (Red+Green+Blue) = 239+193+247=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFC1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1F7 is #103E08. Grayscale: #D4D4D4. Windows color (decimal): -1064457 or 16237039. OLE color: 16237039.
HSL color Cylindrical-coordinate representation of color #EFC1F7: hue angle of 291.11º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC1F7 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 193 | 247 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.03 |
| HSL | 291.11º | 0.77% | 0.86% | - |
| HSV(B) | 291.11º | 0.22% | 0.97% | - |
| XYZ | 71.46 | 63.21 | 96.43 | - |
| YUV | 212.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 247 | 0.03 | 0.22 | 0 | 0.03 | 291.11 | 0.77 | 0.86 |
| Hex | EF | C1 | F7 | 3 | 16 | 0 | 3 | 123 | 4D | 56 |
| Octal | 357 | 301 | 367 | 3 | 26 | 0 | 3 | 443 | 115 | 126 |
| Binary | 11101111 | 11000001 | 11110111 | 11 | 10110 | 0 | 11 | 100100011 | 1001101 | 1010110 |
Color Harmonies of #EFC1F7
Complementary color
Monochromatic Colors of #EFC1F7
Black with #EFC1F7
Text Example
Text Example
White with #EFC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1F7; }
p { color: rgb(239,193,247); }
H1.HeaderClassName
{
color: #EFC1F7;
}
.AnyTagClassName
{
color: #EFC1F7;
}
</style>
background-color css
<style>
a { background-color: #EFC1F7; }
a { background-color: rgb(239,193,247); }
div.DivClassName
{
background-color: #EFC1F7;
}
.BgClassName
{
background-color: #EFC1F7;
}
</style>
border-color css
<style>
span { border-color: #EFC1F7; }
span { border-color: rgb(239,193,247); }
td.TdClassName
{
border-color: #EFC1F7;
}
.TagClassName
{
border-color: #EFC1F7;
}
</style>