Shades of Snuff #EED8EE
Tints of Snuff #EED8EE
RGB
CMYK
RGB Variations
Color information
#EED8EE (or 0xEED8EE) is known color: Snuff. HEX triplet: EE, D8 and EE. RGB value is (238,216,238). Sum of RGB (Red+Green+Blue) = 238+216+238=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8EE is #112711. Grayscale: #E1E1E1. Windows color (decimal): -1124114 or 15653102. OLE color: 15653102.
HSL color Cylindrical-coordinate representation of color #EED8EE: hue angle of 300º 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 #EED8EE is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 238 | - |
| CMYK | 0 | 0.09 | 0 | 0.07 |
| HSL | 300º | 0.39% | 0.89% | - |
| HSV(B) | 300º | 0.09% | 0.93% | - |
| XYZ | 75.25 | 73.46 | 91.1 | - |
| YUV | 225.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 238 | 0 | 0.09 | 0 | 0.07 | 300 | 0.39 | 0.89 |
| Hex | EE | D8 | EE | 0 | 9 | 0 | 7 | 12C | 27 | 59 |
| Octal | 356 | 330 | 356 | 0 | 11 | 0 | 7 | 454 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11101110 | 0 | 1001 | 0 | 111 | 100101100 | 100111 | 1011001 |
Color Harmonies of #EED8EE
Complementary color
Monochromatic Colors of #EED8EE
Black with #EED8EE
Text Example
Text Example
White with #EED8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8EE; }
p { color: rgb(238,216,238); }
H1.HeaderClassName
{
color: #EED8EE;
}
.AnyTagClassName
{
color: #EED8EE;
}
</style>
background-color css
<style>
a { background-color: #EED8EE; }
a { background-color: rgb(238,216,238); }
div.DivClassName
{
background-color: #EED8EE;
}
.BgClassName
{
background-color: #EED8EE;
}
</style>
border-color css
<style>
span { border-color: #EED8EE; }
span { border-color: rgb(238,216,238); }
td.TdClassName
{
border-color: #EED8EE;
}
.TagClassName
{
border-color: #EED8EE;
}
</style>