Shades of Snuff #EEC7ED
Tints of Snuff #EEC7ED
RGB
CMYK
RGB Variations
Color information
#EEC7ED (or 0xEEC7ED) is known color: Snuff. HEX triplet: EE, C7 and ED. RGB value is (238,199,237). Sum of RGB (Red+Green+Blue) = 238+199+237=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7ED is #113812. Grayscale: #D6D6D6. Windows color (decimal): -1128467 or 15583214. OLE color: 15583214.
HSL color Cylindrical-coordinate representation of color #EEC7ED: hue angle of 301.54º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7ED is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 237 | - |
CMYK | 0 | 0.16 | 0.00 | 0.07 |
HSL | 301.54º | 0.53% | 0.86% | - |
HSV(B) | 301.54º | 0.16% | 0.93% | - |
XYZ | 70.97 | 65.14 | 88.95 | - |
YUV | 214.99 | 140.42 | 144.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 237 | 0 | 0.16 | 0.00 | 0.07 | 301.54 | 0.53 | 0.86 |
Hex | EE | C7 | ED | 0 | 10 | 0 | 7 | 12E | 35 | 56 |
Octal | 356 | 307 | 355 | 0 | 20 | 0 | 7 | 456 | 65 | 126 |
Binary | 11101110 | 11000111 | 11101101 | 0 | 10000 | 0 | 111 | 100101110 | 110101 | 1010110 |
Color Harmonies of #EEC7ED
Complementary color
Monochromatic Colors of #EEC7ED
Black with #EEC7ED
Text Example
Text Example
White with #EEC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7ED; }
p { color: rgb(238,199,237); }
H1.HeaderClassName
{
color: #EEC7ED;
}
.AnyTagClassName
{
color: #EEC7ED;
}
</style>
background-color css
<style>
a { background-color: #EEC7ED; }
a { background-color: rgb(238,199,237); }
div.DivClassName
{
background-color: #EEC7ED;
}
.BgClassName
{
background-color: #EEC7ED;
}
</style>
border-color css
<style>
span { border-color: #EEC7ED; }
span { border-color: rgb(238,199,237); }
td.TdClassName
{
border-color: #EEC7ED;
}
.TagClassName
{
border-color: #EEC7ED;
}
</style>