Shades of Snuff #EED6EF
Tints of Snuff #EED6EF
RGB
CMYK
RGB Variations
Color information
#EED6EF (or 0xEED6EF) is known color: Snuff. HEX triplet: EE, D6 and EF. RGB value is (238,214,239). Sum of RGB (Red+Green+Blue) = 238+214+239=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EF is #112910. Grayscale: #DFDFDF. Windows color (decimal): -1124625 or 15718126. OLE color: 15718126.
HSL color Cylindrical-coordinate representation of color #EED6EF: hue angle of 297.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6EF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 214 | 239 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.06 |
| HSL | 297.6º | 0.44% | 0.89% | - |
| HSV(B) | 297.6º | 0.1% | 0.94% | - |
| XYZ | 74.89 | 72.5 | 91.71 | - |
| YUV | 224.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 239 | 0.00 | 0.10 | 0 | 0.06 | 297.6 | 0.44 | 0.89 |
| Hex | EE | D6 | EF | 0 | A | 0 | 6 | 12A | 2C | 59 |
| Octal | 356 | 326 | 357 | 0 | 12 | 0 | 6 | 452 | 54 | 131 |
| Binary | 11101110 | 11010110 | 11101111 | 0 | 1010 | 0 | 110 | 100101010 | 101100 | 1011001 |
Color Harmonies of #EED6EF
Complementary color
Monochromatic Colors of #EED6EF
Black with #EED6EF
Text Example
Text Example
White with #EED6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6EF; }
p { color: rgb(238,214,239); }
H1.HeaderClassName
{
color: #EED6EF;
}
.AnyTagClassName
{
color: #EED6EF;
}
</style>
background-color css
<style>
a { background-color: #EED6EF; }
a { background-color: rgb(238,214,239); }
div.DivClassName
{
background-color: #EED6EF;
}
.BgClassName
{
background-color: #EED6EF;
}
</style>
border-color css
<style>
span { border-color: #EED6EF; }
span { border-color: rgb(238,214,239); }
td.TdClassName
{
border-color: #EED6EF;
}
.TagClassName
{
border-color: #EED6EF;
}
</style>