Shades of Snuff #EEC8EA
Tints of Snuff #EEC8EA
RGB
CMYK
RGB Variations
Color information
#EEC8EA (or 0xEEC8EA) is known color: Snuff. HEX triplet: EE, C8 and EA. RGB value is (238,200,234). Sum of RGB (Red+Green+Blue) = 238+200+234=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8EA is #113715. Grayscale: #D7D7D7. Windows color (decimal): -1128214 or 15386862. OLE color: 15386862.
HSL color Cylindrical-coordinate representation of color #EEC8EA: hue angle of 306.32º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC8EA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 234 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.07 |
| HSL | 306.32º | 0.53% | 0.86% | - |
| HSV(B) | 306.32º | 0.16% | 0.93% | - |
| XYZ | 70.77 | 65.43 | 86.74 | - |
| YUV | 215.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 234 | 0 | 0.16 | 0.02 | 0.07 | 306.32 | 0.53 | 0.86 |
| Hex | EE | C8 | EA | 0 | 10 | 2 | 7 | 132 | 35 | 56 |
| Octal | 356 | 310 | 352 | 0 | 20 | 2 | 7 | 462 | 65 | 126 |
| Binary | 11101110 | 11001000 | 11101010 | 0 | 10000 | 10 | 111 | 100110010 | 110101 | 1010110 |
Color Harmonies of #EEC8EA
Complementary color
Monochromatic Colors of #EEC8EA
Black with #EEC8EA
Text Example
Text Example
White with #EEC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8EA; }
p { color: rgb(238,200,234); }
H1.HeaderClassName
{
color: #EEC8EA;
}
.AnyTagClassName
{
color: #EEC8EA;
}
</style>
background-color css
<style>
a { background-color: #EEC8EA; }
a { background-color: rgb(238,200,234); }
div.DivClassName
{
background-color: #EEC8EA;
}
.BgClassName
{
background-color: #EEC8EA;
}
</style>
border-color css
<style>
span { border-color: #EEC8EA; }
span { border-color: rgb(238,200,234); }
td.TdClassName
{
border-color: #EEC8EA;
}
.TagClassName
{
border-color: #EEC8EA;
}
</style>