Shades of Snuff #EFC0F3
Tints of Snuff #EFC0F3
RGB
CMYK
RGB Variations
Color information
#EFC0F3 (or 0xEFC0F3) is known color: Snuff. HEX triplet: EF, C0 and F3. RGB value is (239,192,243). Sum of RGB (Red+Green+Blue) = 239+192+243=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFC0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0F3 is #103F0C. Grayscale: #D3D3D3. Windows color (decimal): -1064717 or 15974639. OLE color: 15974639.
HSL color Cylindrical-coordinate representation of color #EFC0F3: hue angle of 295.29º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC0F3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 192 | 243 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 295.29º | 0.68% | 0.85% | - |
| HSV(B) | 295.29º | 0.21% | 0.95% | - |
| XYZ | 70.62 | 62.52 | 93.14 | - |
| YUV | 211.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 243 | 0.02 | 0.21 | 0 | 0.05 | 295.29 | 0.68 | 0.85 |
| Hex | EF | C0 | F3 | 2 | 15 | 0 | 5 | 127 | 44 | 55 |
| Octal | 357 | 300 | 363 | 2 | 25 | 0 | 5 | 447 | 104 | 125 |
| Binary | 11101111 | 11000000 | 11110011 | 10 | 10101 | 0 | 101 | 100100111 | 1000100 | 1010101 |
Color Harmonies of #EFC0F3
Complementary color
Monochromatic Colors of #EFC0F3
Black with #EFC0F3
Text Example
Text Example
White with #EFC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0F3; }
p { color: rgb(239,192,243); }
H1.HeaderClassName
{
color: #EFC0F3;
}
.AnyTagClassName
{
color: #EFC0F3;
}
</style>
background-color css
<style>
a { background-color: #EFC0F3; }
a { background-color: rgb(239,192,243); }
div.DivClassName
{
background-color: #EFC0F3;
}
.BgClassName
{
background-color: #EFC0F3;
}
</style>
border-color css
<style>
span { border-color: #EFC0F3; }
span { border-color: rgb(239,192,243); }
td.TdClassName
{
border-color: #EFC0F3;
}
.TagClassName
{
border-color: #EFC0F3;
}
</style>