Shades of Snuff #EECFEF
Tints of Snuff #EECFEF
RGB
CMYK
RGB Variations
Color information
#EECFEF (or 0xEECFEF) is known color: Snuff. HEX triplet: EE, CF and EF. RGB value is (238,207,239). Sum of RGB (Red+Green+Blue) = 238+207+239=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFEF is #113010. Grayscale: #DBDBDB. Windows color (decimal): -1126417 or 15716334. OLE color: 15716334.
HSL color Cylindrical-coordinate representation of color #EECFEF: hue angle of 298.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFEF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 207 | 239 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.06 |
| HSL | 298.13º | 0.5% | 0.87% | - |
| HSV(B) | 298.13º | 0.13% | 0.94% | - |
| XYZ | 73.15 | 69.03 | 91.13 | - |
| YUV | 219.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 239 | 0.00 | 0.13 | 0 | 0.06 | 298.13 | 0.5 | 0.87 |
| Hex | EE | CF | EF | 0 | D | 0 | 6 | 12A | 32 | 57 |
| Octal | 356 | 317 | 357 | 0 | 15 | 0 | 6 | 452 | 62 | 127 |
| Binary | 11101110 | 11001111 | 11101111 | 0 | 1101 | 0 | 110 | 100101010 | 110010 | 1010111 |
Color Harmonies of #EECFEF
Complementary color
Monochromatic Colors of #EECFEF
Black with #EECFEF
Text Example
Text Example
White with #EECFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFEF; }
p { color: rgb(238,207,239); }
H1.HeaderClassName
{
color: #EECFEF;
}
.AnyTagClassName
{
color: #EECFEF;
}
</style>
background-color css
<style>
a { background-color: #EECFEF; }
a { background-color: rgb(238,207,239); }
div.DivClassName
{
background-color: #EECFEF;
}
.BgClassName
{
background-color: #EECFEF;
}
</style>
border-color css
<style>
span { border-color: #EECFEF; }
span { border-color: rgb(238,207,239); }
td.TdClassName
{
border-color: #EECFEF;
}
.TagClassName
{
border-color: #EECFEF;
}
</style>