Shades of Snuff #EFC2F4
Tints of Snuff #EFC2F4
RGB
CMYK
RGB Variations
Color information
#EFC2F4 (or 0xEFC2F4) is known color: Snuff. HEX triplet: EF, C2 and F4. RGB value is (239,194,244). Sum of RGB (Red+Green+Blue) = 239+194+244=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFC2F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2F4 is #103D0B. Grayscale: #D5D5D5. Windows color (decimal): -1064204 or 16040687. OLE color: 16040687.
HSL color Cylindrical-coordinate representation of color #EFC2F4: hue angle of 294º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC2F4 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 194 | 244 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.04 |
| HSL | 294º | 0.69% | 0.86% | - |
| HSV(B) | 294º | 0.2% | 0.96% | - |
| XYZ | 71.22 | 63.47 | 94.08 | - |
| YUV | 213.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 244 | 0.02 | 0.20 | 0 | 0.04 | 294 | 0.69 | 0.86 |
| Hex | EF | C2 | F4 | 2 | 14 | 0 | 4 | 126 | 45 | 56 |
| Octal | 357 | 302 | 364 | 2 | 24 | 0 | 4 | 446 | 105 | 126 |
| Binary | 11101111 | 11000010 | 11110100 | 10 | 10100 | 0 | 100 | 100100110 | 1000101 | 1010110 |
Color Harmonies of #EFC2F4
Complementary color
Monochromatic Colors of #EFC2F4
Black with #EFC2F4
Text Example
Text Example
White with #EFC2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2F4; }
p { color: rgb(239,194,244); }
H1.HeaderClassName
{
color: #EFC2F4;
}
.AnyTagClassName
{
color: #EFC2F4;
}
</style>
background-color css
<style>
a { background-color: #EFC2F4; }
a { background-color: rgb(239,194,244); }
div.DivClassName
{
background-color: #EFC2F4;
}
.BgClassName
{
background-color: #EFC2F4;
}
</style>
border-color css
<style>
span { border-color: #EFC2F4; }
span { border-color: rgb(239,194,244); }
td.TdClassName
{
border-color: #EFC2F4;
}
.TagClassName
{
border-color: #EFC2F4;
}
</style>