Shades of Snuff #EFC8E9
Tints of Snuff #EFC8E9
RGB
CMYK
RGB Variations
Color information
#EFC8E9 (or 0xEFC8E9) is known color: Snuff. HEX triplet: EF, C8 and E9. RGB value is (239,200,233). Sum of RGB (Red+Green+Blue) = 239+200+233=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8E9 is #103716. Grayscale: #D7D7D7. Windows color (decimal): -1062679 or 15321327. OLE color: 15321327.
HSL color Cylindrical-coordinate representation of color #EFC8E9: hue angle of 309.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8E9 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 233 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.06 |
| HSL | 309.23º | 0.55% | 0.86% | - |
| HSV(B) | 309.23º | 0.16% | 0.94% | - |
| XYZ | 70.96 | 65.54 | 86 | - |
| YUV | 215.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 233 | 0 | 0.16 | 0.03 | 0.06 | 309.23 | 0.55 | 0.86 |
| Hex | EF | C8 | E9 | 0 | 10 | 3 | 6 | 135 | 37 | 56 |
| Octal | 357 | 310 | 351 | 0 | 20 | 3 | 6 | 465 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11101001 | 0 | 10000 | 11 | 110 | 100110101 | 110111 | 1010110 |
Color Harmonies of #EFC8E9
Complementary color
Monochromatic Colors of #EFC8E9
Black with #EFC8E9
Text Example
Text Example
White with #EFC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8E9; }
p { color: rgb(239,200,233); }
H1.HeaderClassName
{
color: #EFC8E9;
}
.AnyTagClassName
{
color: #EFC8E9;
}
</style>
background-color css
<style>
a { background-color: #EFC8E9; }
a { background-color: rgb(239,200,233); }
div.DivClassName
{
background-color: #EFC8E9;
}
.BgClassName
{
background-color: #EFC8E9;
}
</style>
border-color css
<style>
span { border-color: #EFC8E9; }
span { border-color: rgb(239,200,233); }
td.TdClassName
{
border-color: #EFC8E9;
}
.TagClassName
{
border-color: #EFC8E9;
}
</style>