Shades of Snuff #EFCEF3
Tints of Snuff #EFCEF3
RGB
CMYK
RGB Variations
Color information
#EFCEF3 (or 0xEFCEF3) is known color: Snuff. HEX triplet: EF, CE and F3. RGB value is (239,206,243). Sum of RGB (Red+Green+Blue) = 239+206+243=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFCEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF3 is #10310C. Grayscale: #DBDBDB. Windows color (decimal): -1061133 or 15978223. OLE color: 15978223.
HSL color Cylindrical-coordinate representation of color #EFCEF3: hue angle of 293.51º degrees, saturation: 0.61, 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 #EFCEF3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 206 | 243 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.05 |
| HSL | 293.51º | 0.61% | 0.88% | - |
| HSV(B) | 293.51º | 0.15% | 0.95% | - |
| XYZ | 73.85 | 68.96 | 94.21 | - |
| YUV | 220.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 243 | 0.02 | 0.15 | 0 | 0.05 | 293.51 | 0.61 | 0.88 |
| Hex | EF | CE | F3 | 2 | F | 0 | 5 | 126 | 3D | 58 |
| Octal | 357 | 316 | 363 | 2 | 17 | 0 | 5 | 446 | 75 | 130 |
| Binary | 11101111 | 11001110 | 11110011 | 10 | 1111 | 0 | 101 | 100100110 | 111101 | 1011000 |
Color Harmonies of #EFCEF3
Complementary color
Monochromatic Colors of #EFCEF3
Black with #EFCEF3
Text Example
Text Example
White with #EFCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEF3; }
p { color: rgb(239,206,243); }
H1.HeaderClassName
{
color: #EFCEF3;
}
.AnyTagClassName
{
color: #EFCEF3;
}
</style>
background-color css
<style>
a { background-color: #EFCEF3; }
a { background-color: rgb(239,206,243); }
div.DivClassName
{
background-color: #EFCEF3;
}
.BgClassName
{
background-color: #EFCEF3;
}
</style>
border-color css
<style>
span { border-color: #EFCEF3; }
span { border-color: rgb(239,206,243); }
td.TdClassName
{
border-color: #EFCEF3;
}
.TagClassName
{
border-color: #EFCEF3;
}
</style>