Shades of Snuff #EED0E8
Tints of Snuff #EED0E8
RGB
CMYK
RGB Variations
Color information
#EED0E8 (or 0xEED0E8) is known color: Snuff. HEX triplet: EE, D0 and E8. RGB value is (238,208,232). Sum of RGB (Red+Green+Blue) = 238+208+232=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0E8 is #112F17. Grayscale: #DBDBDB. Windows color (decimal): -1126168 or 15257838. OLE color: 15257838.
HSL color Cylindrical-coordinate representation of color #EED0E8: hue angle of 312º 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 #EED0E8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 232 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.07 |
| HSL | 312º | 0.47% | 0.87% | - |
| HSV(B) | 312º | 0.13% | 0.93% | - |
| XYZ | 72.38 | 69.12 | 85.87 | - |
| YUV | 219.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 232 | 0 | 0.13 | 0.03 | 0.07 | 312 | 0.47 | 0.87 |
| Hex | EE | D0 | E8 | 0 | D | 3 | 7 | 138 | 2F | 57 |
| Octal | 356 | 320 | 350 | 0 | 15 | 3 | 7 | 470 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11101000 | 0 | 1101 | 11 | 111 | 100111000 | 101111 | 1010111 |
Color Harmonies of #EED0E8
Complementary color
Monochromatic Colors of #EED0E8
Black with #EED0E8
Text Example
Text Example
White with #EED0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0E8; }
p { color: rgb(238,208,232); }
H1.HeaderClassName
{
color: #EED0E8;
}
.AnyTagClassName
{
color: #EED0E8;
}
</style>
background-color css
<style>
a { background-color: #EED0E8; }
a { background-color: rgb(238,208,232); }
div.DivClassName
{
background-color: #EED0E8;
}
.BgClassName
{
background-color: #EED0E8;
}
</style>
border-color css
<style>
span { border-color: #EED0E8; }
span { border-color: rgb(238,208,232); }
td.TdClassName
{
border-color: #EED0E8;
}
.TagClassName
{
border-color: #EED0E8;
}
</style>