Shades of Snuff #EEC3EF
Tints of Snuff #EEC3EF
RGB
CMYK
RGB Variations
Color information
#EEC3EF (or 0xEEC3EF) is known color: Snuff. HEX triplet: EE, C3 and EF. RGB value is (238,195,239). Sum of RGB (Red+Green+Blue) = 238+195+239=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3EF is #113C10. Grayscale: #D4D4D4. Windows color (decimal): -1129489 or 15713262. OLE color: 15713262.
HSL color Cylindrical-coordinate representation of color #EEC3EF: hue angle of 298.64º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3EF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 195 | 239 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.06 |
| HSL | 298.64º | 0.58% | 0.85% | - |
| HSV(B) | 298.64º | 0.18% | 0.94% | - |
| XYZ | 70.36 | 63.44 | 90.2 | - |
| YUV | 212.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 239 | 0.00 | 0.18 | 0 | 0.06 | 298.64 | 0.58 | 0.85 |
| Hex | EE | C3 | EF | 0 | 12 | 0 | 6 | 12B | 3A | 55 |
| Octal | 356 | 303 | 357 | 0 | 22 | 0 | 6 | 453 | 72 | 125 |
| Binary | 11101110 | 11000011 | 11101111 | 0 | 10010 | 0 | 110 | 100101011 | 111010 | 1010101 |
Color Harmonies of #EEC3EF
Complementary color
Monochromatic Colors of #EEC3EF
Black with #EEC3EF
Text Example
Text Example
White with #EEC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3EF; }
p { color: rgb(238,195,239); }
H1.HeaderClassName
{
color: #EEC3EF;
}
.AnyTagClassName
{
color: #EEC3EF;
}
</style>
background-color css
<style>
a { background-color: #EEC3EF; }
a { background-color: rgb(238,195,239); }
div.DivClassName
{
background-color: #EEC3EF;
}
.BgClassName
{
background-color: #EEC3EF;
}
</style>
border-color css
<style>
span { border-color: #EEC3EF; }
span { border-color: rgb(238,195,239); }
td.TdClassName
{
border-color: #EEC3EF;
}
.TagClassName
{
border-color: #EEC3EF;
}
</style>