Shades of Snuff #EED0EA
Tints of Snuff #EED0EA
RGB
CMYK
RGB Variations
Color information
#EED0EA (or 0xEED0EA) is known color: Snuff. HEX triplet: EE, D0 and EA. RGB value is (238,208,234). Sum of RGB (Red+Green+Blue) = 238+208+234=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0EA is #112F15. Grayscale: #DBDBDB. Windows color (decimal): -1126166 or 15388910. OLE color: 15388910.
HSL color Cylindrical-coordinate representation of color #EED0EA: hue angle of 308º 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 #EED0EA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 234 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.07 |
| HSL | 308º | 0.47% | 0.87% | - |
| HSV(B) | 308º | 0.13% | 0.93% | - |
| XYZ | 72.67 | 69.23 | 87.37 | - |
| YUV | 219.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 234 | 0 | 0.13 | 0.02 | 0.07 | 308 | 0.47 | 0.87 |
| Hex | EE | D0 | EA | 0 | D | 2 | 7 | 134 | 2F | 57 |
| Octal | 356 | 320 | 352 | 0 | 15 | 2 | 7 | 464 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11101010 | 0 | 1101 | 10 | 111 | 100110100 | 101111 | 1010111 |
Color Harmonies of #EED0EA
Complementary color
Monochromatic Colors of #EED0EA
Black with #EED0EA
Text Example
Text Example
White with #EED0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0EA; }
p { color: rgb(238,208,234); }
H1.HeaderClassName
{
color: #EED0EA;
}
.AnyTagClassName
{
color: #EED0EA;
}
</style>
background-color css
<style>
a { background-color: #EED0EA; }
a { background-color: rgb(238,208,234); }
div.DivClassName
{
background-color: #EED0EA;
}
.BgClassName
{
background-color: #EED0EA;
}
</style>
border-color css
<style>
span { border-color: #EED0EA; }
span { border-color: rgb(238,208,234); }
td.TdClassName
{
border-color: #EED0EA;
}
.TagClassName
{
border-color: #EED0EA;
}
</style>