Shades of Snuff #EFCEF2
Tints of Snuff #EFCEF2
RGB
CMYK
RGB Variations
Color information
#EFCEF2 (or 0xEFCEF2) is known color: Snuff. HEX triplet: EF, CE and F2. RGB value is (239,206,242). Sum of RGB (Red+Green+Blue) = 239+206+242=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF2 is #10310D. Grayscale: #DBDBDB. Windows color (decimal): -1061134 or 15912687. OLE color: 15912687.
HSL color Cylindrical-coordinate representation of color #EFCEF2: hue angle of 295º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCEF2 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 206 | 242 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.05 |
| HSL | 295º | 0.58% | 0.88% | - |
| HSV(B) | 295º | 0.15% | 0.95% | - |
| XYZ | 73.69 | 68.9 | 93.42 | - |
| YUV | 219.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 242 | 0.01 | 0.15 | 0 | 0.05 | 295 | 0.58 | 0.88 |
| Hex | EF | CE | F2 | 1 | F | 0 | 5 | 127 | 3A | 58 |
| Octal | 357 | 316 | 362 | 1 | 17 | 0 | 5 | 447 | 72 | 130 |
| Binary | 11101111 | 11001110 | 11110010 | 1 | 1111 | 0 | 101 | 100100111 | 111010 | 1011000 |
Color Harmonies of #EFCEF2
Complementary color
Monochromatic Colors of #EFCEF2
Black with #EFCEF2
Text Example
Text Example
White with #EFCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEF2; }
p { color: rgb(239,206,242); }
H1.HeaderClassName
{
color: #EFCEF2;
}
.AnyTagClassName
{
color: #EFCEF2;
}
</style>
background-color css
<style>
a { background-color: #EFCEF2; }
a { background-color: rgb(239,206,242); }
div.DivClassName
{
background-color: #EFCEF2;
}
.BgClassName
{
background-color: #EFCEF2;
}
</style>
border-color css
<style>
span { border-color: #EFCEF2; }
span { border-color: rgb(239,206,242); }
td.TdClassName
{
border-color: #EFCEF2;
}
.TagClassName
{
border-color: #EFCEF2;
}
</style>