Shades of Snuff #EED8EA
Tints of Snuff #EED8EA
RGB
CMYK
RGB Variations
Color information
#EED8EA (or 0xEED8EA) is known color: Snuff. HEX triplet: EE, D8 and EA. RGB value is (238,216,234). Sum of RGB (Red+Green+Blue) = 238+216+234=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8EA is #112715. Grayscale: #E0E0E0. Windows color (decimal): -1124118 or 15390958. OLE color: 15390958.
HSL color Cylindrical-coordinate representation of color #EED8EA: hue angle of 310.91º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED8EA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 234 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 310.91º | 0.39% | 0.89% | - |
| HSV(B) | 310.91º | 0.09% | 0.93% | - |
| XYZ | 74.67 | 73.23 | 88.04 | - |
| YUV | 224.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 234 | 0 | 0.09 | 0.02 | 0.07 | 310.91 | 0.39 | 0.89 |
| Hex | EE | D8 | EA | 0 | 9 | 2 | 7 | 137 | 27 | 59 |
| Octal | 356 | 330 | 352 | 0 | 11 | 2 | 7 | 467 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11101010 | 0 | 1001 | 10 | 111 | 100110111 | 100111 | 1011001 |
Color Harmonies of #EED8EA
Complementary color
Monochromatic Colors of #EED8EA
Black with #EED8EA
Text Example
Text Example
White with #EED8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8EA; }
p { color: rgb(238,216,234); }
H1.HeaderClassName
{
color: #EED8EA;
}
.AnyTagClassName
{
color: #EED8EA;
}
</style>
background-color css
<style>
a { background-color: #EED8EA; }
a { background-color: rgb(238,216,234); }
div.DivClassName
{
background-color: #EED8EA;
}
.BgClassName
{
background-color: #EED8EA;
}
</style>
border-color css
<style>
span { border-color: #EED8EA; }
span { border-color: rgb(238,216,234); }
td.TdClassName
{
border-color: #EED8EA;
}
.TagClassName
{
border-color: #EED8EA;
}
</style>