Shades of Snuff #EFCFF2
Tints of Snuff #EFCFF2
RGB
CMYK
RGB Variations
Color information
#EFCFF2 (or 0xEFCFF2) is known color: Snuff. HEX triplet: EF, CF and F2. RGB value is (239,207,242). Sum of RGB (Red+Green+Blue) = 239+207+242=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF2 is #10300D. Grayscale: #DCDCDC. Windows color (decimal): -1060878 or 15912943. OLE color: 15912943.
HSL color Cylindrical-coordinate representation of color #EFCFF2: hue angle of 294.86º degrees, saturation: 0.57, 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 #EFCFF2 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 207 | 242 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.05 |
| HSL | 294.86º | 0.57% | 0.88% | - |
| HSV(B) | 294.86º | 0.14% | 0.95% | - |
| XYZ | 73.94 | 69.39 | 93.5 | - |
| YUV | 220.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 242 | 0.01 | 0.14 | 0 | 0.05 | 294.86 | 0.57 | 0.88 |
| Hex | EF | CF | F2 | 1 | E | 0 | 5 | 127 | 39 | 58 |
| Octal | 357 | 317 | 362 | 1 | 16 | 0 | 5 | 447 | 71 | 130 |
| Binary | 11101111 | 11001111 | 11110010 | 1 | 1110 | 0 | 101 | 100100111 | 111001 | 1011000 |
Color Harmonies of #EFCFF2
Complementary color
Monochromatic Colors of #EFCFF2
Black with #EFCFF2
Text Example
Text Example
White with #EFCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFF2; }
p { color: rgb(239,207,242); }
H1.HeaderClassName
{
color: #EFCFF2;
}
.AnyTagClassName
{
color: #EFCFF2;
}
</style>
background-color css
<style>
a { background-color: #EFCFF2; }
a { background-color: rgb(239,207,242); }
div.DivClassName
{
background-color: #EFCFF2;
}
.BgClassName
{
background-color: #EFCFF2;
}
</style>
border-color css
<style>
span { border-color: #EFCFF2; }
span { border-color: rgb(239,207,242); }
td.TdClassName
{
border-color: #EFCFF2;
}
.TagClassName
{
border-color: #EFCFF2;
}
</style>