Shades of Snuff #EEC7EF
Tints of Snuff #EEC7EF
RGB
CMYK
RGB Variations
Color information
#EEC7EF (or 0xEEC7EF) is known color: Snuff. HEX triplet: EE, C7 and EF. RGB value is (238,199,239). Sum of RGB (Red+Green+Blue) = 238+199+239=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7EF is #113810. Grayscale: #D7D7D7. Windows color (decimal): -1128465 or 15714286. OLE color: 15714286.
HSL color Cylindrical-coordinate representation of color #EEC7EF: hue angle of 298.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC7EF is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 199 | 239 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.06 |
| HSL | 298.5º | 0.56% | 0.86% | - |
| HSV(B) | 298.5º | 0.17% | 0.94% | - |
| XYZ | 71.26 | 65.26 | 90.5 | - |
| YUV | 215.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 239 | 0.00 | 0.17 | 0 | 0.06 | 298.5 | 0.56 | 0.86 |
| Hex | EE | C7 | EF | 0 | 11 | 0 | 6 | 12A | 38 | 56 |
| Octal | 356 | 307 | 357 | 0 | 21 | 0 | 6 | 452 | 70 | 126 |
| Binary | 11101110 | 11000111 | 11101111 | 0 | 10001 | 0 | 110 | 100101010 | 111000 | 1010110 |
Color Harmonies of #EEC7EF
Complementary color
Monochromatic Colors of #EEC7EF
Black with #EEC7EF
Text Example
Text Example
White with #EEC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7EF; }
p { color: rgb(238,199,239); }
H1.HeaderClassName
{
color: #EEC7EF;
}
.AnyTagClassName
{
color: #EEC7EF;
}
</style>
background-color css
<style>
a { background-color: #EEC7EF; }
a { background-color: rgb(238,199,239); }
div.DivClassName
{
background-color: #EEC7EF;
}
.BgClassName
{
background-color: #EEC7EF;
}
</style>
border-color css
<style>
span { border-color: #EEC7EF; }
span { border-color: rgb(238,199,239); }
td.TdClassName
{
border-color: #EEC7EF;
}
.TagClassName
{
border-color: #EEC7EF;
}
</style>