Shades of Snuff #EED8E8
Tints of Snuff #EED8E8
RGB
CMYK
RGB Variations
Color information
#EED8E8 (or 0xEED8E8) is known color: Snuff. HEX triplet: EE, D8 and E8. RGB value is (238,216,232). Sum of RGB (Red+Green+Blue) = 238+216+232=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8E8 is #112717. Grayscale: #E0E0E0. Windows color (decimal): -1124120 or 15259886. OLE color: 15259886.
HSL color Cylindrical-coordinate representation of color #EED8E8: hue angle of 316.36º 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 #EED8E8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 232 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 316.36º | 0.39% | 0.89% | - |
| HSV(B) | 316.36º | 0.09% | 0.93% | - |
| XYZ | 74.38 | 73.12 | 86.54 | - |
| YUV | 224.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 232 | 0 | 0.09 | 0.03 | 0.07 | 316.36 | 0.39 | 0.89 |
| Hex | EE | D8 | E8 | 0 | 9 | 3 | 7 | 13C | 27 | 59 |
| Octal | 356 | 330 | 350 | 0 | 11 | 3 | 7 | 474 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11101000 | 0 | 1001 | 11 | 111 | 100111100 | 100111 | 1011001 |
Color Harmonies of #EED8E8
Complementary color
Monochromatic Colors of #EED8E8
Black with #EED8E8
Text Example
Text Example
White with #EED8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8E8; }
p { color: rgb(238,216,232); }
H1.HeaderClassName
{
color: #EED8E8;
}
.AnyTagClassName
{
color: #EED8E8;
}
</style>
background-color css
<style>
a { background-color: #EED8E8; }
a { background-color: rgb(238,216,232); }
div.DivClassName
{
background-color: #EED8E8;
}
.BgClassName
{
background-color: #EED8E8;
}
</style>
border-color css
<style>
span { border-color: #EED8E8; }
span { border-color: rgb(238,216,232); }
td.TdClassName
{
border-color: #EED8E8;
}
.TagClassName
{
border-color: #EED8E8;
}
</style>