Shades of Snuff #EEE0EA
Tints of Snuff #EEE0EA
RGB
CMYK
RGB Variations
Color information
#EEE0EA (or 0xEEE0EA) is known color: Snuff. HEX triplet: EE, E0 and EA. RGB value is (238,224,234). Sum of RGB (Red+Green+Blue) = 238+224+234=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0EA is #111F15. Grayscale: #E5E5E5. Windows color (decimal): -1122070 or 15393006. OLE color: 15393006.
HSL color Cylindrical-coordinate representation of color #EEE0EA: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE0EA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 234 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.07 |
| HSL | 317.14º | 0.29% | 0.91% | - |
| HSV(B) | 317.14º | 0.06% | 0.93% | - |
| XYZ | 76.77 | 77.43 | 88.74 | - |
| YUV | 229.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 234 | 0 | 0.06 | 0.02 | 0.07 | 317.14 | 0.29 | 0.91 |
| Hex | EE | E0 | EA | 0 | 6 | 2 | 7 | 13D | 1D | 5B |
| Octal | 356 | 340 | 352 | 0 | 6 | 2 | 7 | 475 | 35 | 133 |
| Binary | 11101110 | 11100000 | 11101010 | 0 | 110 | 10 | 111 | 100111101 | 11101 | 1011011 |
Color Harmonies of #EEE0EA
Complementary color
Monochromatic Colors of #EEE0EA
Black with #EEE0EA
Text Example
Text Example
White with #EEE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0EA; }
p { color: rgb(238,224,234); }
H1.HeaderClassName
{
color: #EEE0EA;
}
.AnyTagClassName
{
color: #EEE0EA;
}
</style>
background-color css
<style>
a { background-color: #EEE0EA; }
a { background-color: rgb(238,224,234); }
div.DivClassName
{
background-color: #EEE0EA;
}
.BgClassName
{
background-color: #EEE0EA;
}
</style>
border-color css
<style>
span { border-color: #EEE0EA; }
span { border-color: rgb(238,224,234); }
td.TdClassName
{
border-color: #EEE0EA;
}
.TagClassName
{
border-color: #EEE0EA;
}
</style>