Shades of Snuff #EFC9F5
Tints of Snuff #EFC9F5
RGB
CMYK
RGB Variations
Color information
#EFC9F5 (or 0xEFC9F5) is known color: Snuff. HEX triplet: EF, C9 and F5. RGB value is (239,201,245). Sum of RGB (Red+Green+Blue) = 239+201+245=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 201 (78.91% from 255 or 29.34% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFC9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9F5 is #10360A. Grayscale: #D9D9D9. Windows color (decimal): -1062411 or 16108015. OLE color: 16108015.
HSL color Cylindrical-coordinate representation of color #EFC9F5: hue angle of 291.82º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC9F5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 201 | 245 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.04 |
| HSL | 291.82º | 0.69% | 0.87% | - |
| HSV(B) | 291.82º | 0.18% | 0.96% | - |
| XYZ | 72.96 | 66.72 | 95.42 | - |
| YUV | 217.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 245 | 0.02 | 0.18 | 0 | 0.04 | 291.82 | 0.69 | 0.87 |
| Hex | EF | C9 | F5 | 2 | 12 | 0 | 4 | 124 | 45 | 57 |
| Octal | 357 | 311 | 365 | 2 | 22 | 0 | 4 | 444 | 105 | 127 |
| Binary | 11101111 | 11001001 | 11110101 | 10 | 10010 | 0 | 100 | 100100100 | 1000101 | 1010111 |
Color Harmonies of #EFC9F5
Complementary color
Monochromatic Colors of #EFC9F5
Black with #EFC9F5
Text Example
Text Example
White with #EFC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9F5; }
p { color: rgb(239,201,245); }
H1.HeaderClassName
{
color: #EFC9F5;
}
.AnyTagClassName
{
color: #EFC9F5;
}
</style>
background-color css
<style>
a { background-color: #EFC9F5; }
a { background-color: rgb(239,201,245); }
div.DivClassName
{
background-color: #EFC9F5;
}
.BgClassName
{
background-color: #EFC9F5;
}
</style>
border-color css
<style>
span { border-color: #EFC9F5; }
span { border-color: rgb(239,201,245); }
td.TdClassName
{
border-color: #EFC9F5;
}
.TagClassName
{
border-color: #EFC9F5;
}
</style>