Shades of Snuff #EFCFF5
Tints of Snuff #EFCFF5
RGB
CMYK
RGB Variations
Color information
#EFCFF5 (or 0xEFCFF5) is known color: Snuff. HEX triplet: EF, CF and F5. RGB value is (239,207,245). Sum of RGB (Red+Green+Blue) = 239+207+245=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF5 is #10300A. Grayscale: #DCDCDC. Windows color (decimal): -1060875 or 16109551. OLE color: 16109551.
HSL color Cylindrical-coordinate representation of color #EFCFF5: hue angle of 290.53º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCFF5 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 207 | 245 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.04 |
| HSL | 290.53º | 0.66% | 0.89% | - |
| HSV(B) | 290.53º | 0.16% | 0.96% | - |
| XYZ | 74.39 | 69.57 | 95.89 | - |
| YUV | 220.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 245 | 0.02 | 0.16 | 0 | 0.04 | 290.53 | 0.66 | 0.89 |
| Hex | EF | CF | F5 | 2 | 10 | 0 | 4 | 123 | 42 | 59 |
| Octal | 357 | 317 | 365 | 2 | 20 | 0 | 4 | 443 | 102 | 131 |
| Binary | 11101111 | 11001111 | 11110101 | 10 | 10000 | 0 | 100 | 100100011 | 1000010 | 1011001 |
Color Harmonies of #EFCFF5
Complementary color
Monochromatic Colors of #EFCFF5
Black with #EFCFF5
Text Example
Text Example
White with #EFCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFF5; }
p { color: rgb(239,207,245); }
H1.HeaderClassName
{
color: #EFCFF5;
}
.AnyTagClassName
{
color: #EFCFF5;
}
</style>
background-color css
<style>
a { background-color: #EFCFF5; }
a { background-color: rgb(239,207,245); }
div.DivClassName
{
background-color: #EFCFF5;
}
.BgClassName
{
background-color: #EFCFF5;
}
</style>
border-color css
<style>
span { border-color: #EFCFF5; }
span { border-color: rgb(239,207,245); }
td.TdClassName
{
border-color: #EFCFF5;
}
.TagClassName
{
border-color: #EFCFF5;
}
</style>