Shades of Snuff #EFCFF1
Tints of Snuff #EFCFF1
RGB
CMYK
RGB Variations
Color information
#EFCFF1 (or 0xEFCFF1) is known color: Snuff. HEX triplet: EF, CF and F1. RGB value is (239,207,241). Sum of RGB (Red+Green+Blue) = 239+207+241=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF1 is #10300E. Grayscale: #DCDCDC. Windows color (decimal): -1060879 or 15847407. OLE color: 15847407.
HSL color Cylindrical-coordinate representation of color #EFCFF1: hue angle of 296.47º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCFF1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 207 | 241 | - |
CMYK | 0.01 | 0.14 | 0 | 0.05 |
HSL | 296.47º | 0.55% | 0.88% | - |
HSV(B) | 296.47º | 0.14% | 0.95% | - |
XYZ | 73.79 | 69.33 | 92.71 | - |
YUV | 220.44 | 139.6 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 207 | 241 | 0.01 | 0.14 | 0 | 0.05 | 296.47 | 0.55 | 0.88 |
Hex | EF | CF | F1 | 1 | E | 0 | 5 | 128 | 37 | 58 |
Octal | 357 | 317 | 361 | 1 | 16 | 0 | 5 | 450 | 67 | 130 |
Binary | 11101111 | 11001111 | 11110001 | 1 | 1110 | 0 | 101 | 100101000 | 110111 | 1011000 |
Color Harmonies of #EFCFF1
Complementary color
Monochromatic Colors of #EFCFF1
Black with #EFCFF1
Text Example
Text Example
White with #EFCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFF1; }
p { color: rgb(239,207,241); }
H1.HeaderClassName
{
color: #EFCFF1;
}
.AnyTagClassName
{
color: #EFCFF1;
}
</style>
background-color css
<style>
a { background-color: #EFCFF1; }
a { background-color: rgb(239,207,241); }
div.DivClassName
{
background-color: #EFCFF1;
}
.BgClassName
{
background-color: #EFCFF1;
}
</style>
border-color css
<style>
span { border-color: #EFCFF1; }
span { border-color: rgb(239,207,241); }
td.TdClassName
{
border-color: #EFCFF1;
}
.TagClassName
{
border-color: #EFCFF1;
}
</style>