Shades of Snuff #EED5EA
Tints of Snuff #EED5EA
RGB
CMYK
RGB Variations
Color information
#EED5EA (or 0xEED5EA) is known color: Snuff. HEX triplet: EE, D5 and EA. RGB value is (238,213,234). Sum of RGB (Red+Green+Blue) = 238+213+234=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5EA is #112A15. Grayscale: #DEDEDE. Windows color (decimal): -1124886 or 15390190. OLE color: 15390190.
HSL color Cylindrical-coordinate representation of color #EED5EA: hue angle of 309.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5EA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 234 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.07 |
| HSL | 309.6º | 0.42% | 0.88% | - |
| HSV(B) | 309.6º | 0.11% | 0.93% | - |
| XYZ | 73.91 | 71.71 | 87.79 | - |
| YUV | 222.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 234 | 0 | 0.11 | 0.02 | 0.07 | 309.6 | 0.42 | 0.88 |
| Hex | EE | D5 | EA | 0 | B | 2 | 7 | 136 | 2A | 58 |
| Octal | 356 | 325 | 352 | 0 | 13 | 2 | 7 | 466 | 52 | 130 |
| Binary | 11101110 | 11010101 | 11101010 | 0 | 1011 | 10 | 111 | 100110110 | 101010 | 1011000 |
Color Harmonies of #EED5EA
Complementary color
Monochromatic Colors of #EED5EA
Black with #EED5EA
Text Example
Text Example
White with #EED5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5EA; }
p { color: rgb(238,213,234); }
H1.HeaderClassName
{
color: #EED5EA;
}
.AnyTagClassName
{
color: #EED5EA;
}
</style>
background-color css
<style>
a { background-color: #EED5EA; }
a { background-color: rgb(238,213,234); }
div.DivClassName
{
background-color: #EED5EA;
}
.BgClassName
{
background-color: #EED5EA;
}
</style>
border-color css
<style>
span { border-color: #EED5EA; }
span { border-color: rgb(238,213,234); }
td.TdClassName
{
border-color: #EED5EA;
}
.TagClassName
{
border-color: #EED5EA;
}
</style>