Shades of Snuff #EED7EC
Tints of Snuff #EED7EC
RGB
CMYK
RGB Variations
Color information
#EED7EC (or 0xEED7EC) is known color: Snuff. HEX triplet: EE, D7 and EC. RGB value is (238,215,236). Sum of RGB (Red+Green+Blue) = 238+215+236=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7EC is #112813. Grayscale: #E0E0E0. Windows color (decimal): -1124372 or 15521774. OLE color: 15521774.
HSL color Cylindrical-coordinate representation of color #EED7EC: hue angle of 305.22º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED7EC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 215 | 236 | - |
CMYK | 0 | 0.10 | 0.01 | 0.07 |
HSL | 305.22º | 0.4% | 0.89% | - |
HSV(B) | 305.22º | 0.1% | 0.93% | - |
XYZ | 74.7 | 72.83 | 89.48 | - |
YUV | 224.27 | 134.62 | 137.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 215 | 236 | 0 | 0.10 | 0.01 | 0.07 | 305.22 | 0.4 | 0.89 |
Hex | EE | D7 | EC | 0 | A | 1 | 7 | 131 | 28 | 59 |
Octal | 356 | 327 | 354 | 0 | 12 | 1 | 7 | 461 | 50 | 131 |
Binary | 11101110 | 11010111 | 11101100 | 0 | 1010 | 1 | 111 | 100110001 | 101000 | 1011001 |
Color Harmonies of #EED7EC
Complementary color
Monochromatic Colors of #EED7EC
Black with #EED7EC
Text Example
Text Example
White with #EED7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7EC; }
p { color: rgb(238,215,236); }
H1.HeaderClassName
{
color: #EED7EC;
}
.AnyTagClassName
{
color: #EED7EC;
}
</style>
background-color css
<style>
a { background-color: #EED7EC; }
a { background-color: rgb(238,215,236); }
div.DivClassName
{
background-color: #EED7EC;
}
.BgClassName
{
background-color: #EED7EC;
}
</style>
border-color css
<style>
span { border-color: #EED7EC; }
span { border-color: rgb(238,215,236); }
td.TdClassName
{
border-color: #EED7EC;
}
.TagClassName
{
border-color: #EED7EC;
}
</style>