Shades of Snuff #EECEEF
Tints of Snuff #EECEEF
RGB
CMYK
RGB Variations
Color information
#EECEEF (or 0xEECEEF) is known color: Snuff. HEX triplet: EE, CE and EF. RGB value is (238,206,239). Sum of RGB (Red+Green+Blue) = 238+206+239=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEEF is #113110. Grayscale: #DBDBDB. Windows color (decimal): -1126673 or 15716078. OLE color: 15716078.
HSL color Cylindrical-coordinate representation of color #EECEEF: hue angle of 298.18º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECEEF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 206 | 239 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.06 |
| HSL | 298.18º | 0.51% | 0.87% | - |
| HSV(B) | 298.18º | 0.14% | 0.94% | - |
| XYZ | 72.91 | 68.55 | 91.05 | - |
| YUV | 219.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 239 | 0.00 | 0.14 | 0 | 0.06 | 298.18 | 0.51 | 0.87 |
| Hex | EE | CE | EF | 0 | E | 0 | 6 | 12A | 33 | 57 |
| Octal | 356 | 316 | 357 | 0 | 16 | 0 | 6 | 452 | 63 | 127 |
| Binary | 11101110 | 11001110 | 11101111 | 0 | 1110 | 0 | 110 | 100101010 | 110011 | 1010111 |
Color Harmonies of #EECEEF
Complementary color
Monochromatic Colors of #EECEEF
Black with #EECEEF
Text Example
Text Example
White with #EECEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEEF; }
p { color: rgb(238,206,239); }
H1.HeaderClassName
{
color: #EECEEF;
}
.AnyTagClassName
{
color: #EECEEF;
}
</style>
background-color css
<style>
a { background-color: #EECEEF; }
a { background-color: rgb(238,206,239); }
div.DivClassName
{
background-color: #EECEEF;
}
.BgClassName
{
background-color: #EECEEF;
}
</style>
border-color css
<style>
span { border-color: #EECEEF; }
span { border-color: rgb(238,206,239); }
td.TdClassName
{
border-color: #EECEEF;
}
.TagClassName
{
border-color: #EECEEF;
}
</style>