Shades of Snuff #EFC8F0
Tints of Snuff #EFC8F0
RGB
CMYK
RGB Variations
Color information
#EFC8F0 (or 0xEFC8F0) is known color: Snuff. HEX triplet: EF, C8 and F0. RGB value is (239,200,240). Sum of RGB (Red+Green+Blue) = 239+200+240=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8F0 is #10370F. Grayscale: #D8D8D8. Windows color (decimal): -1062672 or 15780079. OLE color: 15780079.
HSL color Cylindrical-coordinate representation of color #EFC8F0: hue angle of 298.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC8F0 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 200 | 240 | - |
CMYK | 0.00 | 0.17 | 0 | 0.06 |
HSL | 298.5º | 0.57% | 0.86% | - |
HSV(B) | 298.5º | 0.17% | 0.94% | - |
XYZ | 71.98 | 65.95 | 91.37 | - |
YUV | 216.22 | 141.42 | 144.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 200 | 240 | 0.00 | 0.17 | 0 | 0.06 | 298.5 | 0.57 | 0.86 |
Hex | EF | C8 | F0 | 0 | 11 | 0 | 6 | 12A | 39 | 56 |
Octal | 357 | 310 | 360 | 0 | 21 | 0 | 6 | 452 | 71 | 126 |
Binary | 11101111 | 11001000 | 11110000 | 0 | 10001 | 0 | 110 | 100101010 | 111001 | 1010110 |
Color Harmonies of #EFC8F0
Complementary color
Monochromatic Colors of #EFC8F0
Black with #EFC8F0
Text Example
Text Example
White with #EFC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8F0; }
p { color: rgb(239,200,240); }
H1.HeaderClassName
{
color: #EFC8F0;
}
.AnyTagClassName
{
color: #EFC8F0;
}
</style>
background-color css
<style>
a { background-color: #EFC8F0; }
a { background-color: rgb(239,200,240); }
div.DivClassName
{
background-color: #EFC8F0;
}
.BgClassName
{
background-color: #EFC8F0;
}
</style>
border-color css
<style>
span { border-color: #EFC8F0; }
span { border-color: rgb(239,200,240); }
td.TdClassName
{
border-color: #EFC8F0;
}
.TagClassName
{
border-color: #EFC8F0;
}
</style>