Shades of Snuff #EEC3ED
Tints of Snuff #EEC3ED
RGB
CMYK
RGB Variations
Color information
#EEC3ED (or 0xEEC3ED) is known color: Snuff. HEX triplet: EE, C3 and ED. RGB value is (238,195,237). Sum of RGB (Red+Green+Blue) = 238+195+237=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3ED is #113C12. Grayscale: #D4D4D4. Windows color (decimal): -1129491 or 15582190. OLE color: 15582190.
HSL color Cylindrical-coordinate representation of color #EEC3ED: hue angle of 301.4º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3ED is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 237 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.07 |
| HSL | 301.4º | 0.56% | 0.85% | - |
| HSV(B) | 301.4º | 0.18% | 0.93% | - |
| XYZ | 70.06 | 63.32 | 88.65 | - |
| YUV | 212.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 237 | 0 | 0.18 | 0.00 | 0.07 | 301.4 | 0.56 | 0.85 |
| Hex | EE | C3 | ED | 0 | 12 | 0 | 7 | 12D | 38 | 55 |
| Octal | 356 | 303 | 355 | 0 | 22 | 0 | 7 | 455 | 70 | 125 |
| Binary | 11101110 | 11000011 | 11101101 | 0 | 10010 | 0 | 111 | 100101101 | 111000 | 1010101 |
Color Harmonies of #EEC3ED
Complementary color
Monochromatic Colors of #EEC3ED
Black with #EEC3ED
Text Example
Text Example
White with #EEC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3ED; }
p { color: rgb(238,195,237); }
H1.HeaderClassName
{
color: #EEC3ED;
}
.AnyTagClassName
{
color: #EEC3ED;
}
</style>
background-color css
<style>
a { background-color: #EEC3ED; }
a { background-color: rgb(238,195,237); }
div.DivClassName
{
background-color: #EEC3ED;
}
.BgClassName
{
background-color: #EEC3ED;
}
</style>
border-color css
<style>
span { border-color: #EEC3ED; }
span { border-color: rgb(238,195,237); }
td.TdClassName
{
border-color: #EEC3ED;
}
.TagClassName
{
border-color: #EEC3ED;
}
</style>