Shades of Snuff #EECFE9
Tints of Snuff #EECFE9
RGB
CMYK
RGB Variations
Color information
#EECFE9 (or 0xEECFE9) is known color: Snuff. HEX triplet: EE, CF and E9. RGB value is (238,207,233). Sum of RGB (Red+Green+Blue) = 238+207+233=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFE9 is #113016. Grayscale: #DBDBDB. Windows color (decimal): -1126423 or 15323118. OLE color: 15323118.
HSL color Cylindrical-coordinate representation of color #EECFE9: hue angle of 309.68º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFE9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 233 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.07 |
| HSL | 309.68º | 0.48% | 0.87% | - |
| HSV(B) | 309.68º | 0.13% | 0.93% | - |
| XYZ | 72.28 | 68.69 | 86.54 | - |
| YUV | 219.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 233 | 0 | 0.13 | 0.02 | 0.07 | 309.68 | 0.48 | 0.87 |
| Hex | EE | CF | E9 | 0 | D | 2 | 7 | 136 | 30 | 57 |
| Octal | 356 | 317 | 351 | 0 | 15 | 2 | 7 | 466 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11101001 | 0 | 1101 | 10 | 111 | 100110110 | 110000 | 1010111 |
Color Harmonies of #EECFE9
Complementary color
Monochromatic Colors of #EECFE9
Black with #EECFE9
Text Example
Text Example
White with #EECFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFE9; }
p { color: rgb(238,207,233); }
H1.HeaderClassName
{
color: #EECFE9;
}
.AnyTagClassName
{
color: #EECFE9;
}
</style>
background-color css
<style>
a { background-color: #EECFE9; }
a { background-color: rgb(238,207,233); }
div.DivClassName
{
background-color: #EECFE9;
}
.BgClassName
{
background-color: #EECFE9;
}
</style>
border-color css
<style>
span { border-color: #EECFE9; }
span { border-color: rgb(238,207,233); }
td.TdClassName
{
border-color: #EECFE9;
}
.TagClassName
{
border-color: #EECFE9;
}
</style>