Shades of Snuff #EED0E7
Tints of Snuff #EED0E7
RGB
CMYK
RGB Variations
Color information
#EED0E7 (or 0xEED0E7) is known color: Snuff. HEX triplet: EE, D0 and E7. RGB value is (238,208,231). Sum of RGB (Red+Green+Blue) = 238+208+231=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0E7 is #112F18. Grayscale: #DBDBDB. Windows color (decimal): -1126169 or 15192302. OLE color: 15192302.
HSL color Cylindrical-coordinate representation of color #EED0E7: hue angle of 314º degrees, saturation: 0.47, 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 #EED0E7 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 231 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.07 |
| HSL | 314º | 0.47% | 0.87% | - |
| HSV(B) | 314º | 0.13% | 0.93% | - |
| XYZ | 72.24 | 69.06 | 85.12 | - |
| YUV | 219.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 231 | 0 | 0.13 | 0.03 | 0.07 | 314 | 0.47 | 0.87 |
| Hex | EE | D0 | E7 | 0 | D | 3 | 7 | 13A | 2F | 57 |
| Octal | 356 | 320 | 347 | 0 | 15 | 3 | 7 | 472 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11100111 | 0 | 1101 | 11 | 111 | 100111010 | 101111 | 1010111 |
Color Harmonies of #EED0E7
Complementary color
Monochromatic Colors of #EED0E7
Black with #EED0E7
Text Example
Text Example
White with #EED0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0E7; }
p { color: rgb(238,208,231); }
H1.HeaderClassName
{
color: #EED0E7;
}
.AnyTagClassName
{
color: #EED0E7;
}
</style>
background-color css
<style>
a { background-color: #EED0E7; }
a { background-color: rgb(238,208,231); }
div.DivClassName
{
background-color: #EED0E7;
}
.BgClassName
{
background-color: #EED0E7;
}
</style>
border-color css
<style>
span { border-color: #EED0E7; }
span { border-color: rgb(238,208,231); }
td.TdClassName
{
border-color: #EED0E7;
}
.TagClassName
{
border-color: #EED0E7;
}
</style>