Shades of Snuff #EEC3EB
Tints of Snuff #EEC3EB
RGB
CMYK
RGB Variations
Color information
#EEC3EB (or 0xEEC3EB) is known color: Snuff. HEX triplet: EE, C3 and EB. RGB value is (238,195,235). Sum of RGB (Red+Green+Blue) = 238+195+235=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3EB is #113C14. Grayscale: #D4D4D4. Windows color (decimal): -1129493 or 15451118. OLE color: 15451118.
HSL color Cylindrical-coordinate representation of color #EEC3EB: hue angle of 304.19º 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 #EEC3EB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 235 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.07 |
| HSL | 304.19º | 0.56% | 0.85% | - |
| HSV(B) | 304.19º | 0.18% | 0.93% | - |
| XYZ | 69.77 | 63.21 | 87.12 | - |
| YUV | 212.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 235 | 0 | 0.18 | 0.01 | 0.07 | 304.19 | 0.56 | 0.85 |
| Hex | EE | C3 | EB | 0 | 12 | 1 | 7 | 130 | 38 | 55 |
| Octal | 356 | 303 | 353 | 0 | 22 | 1 | 7 | 460 | 70 | 125 |
| Binary | 11101110 | 11000011 | 11101011 | 0 | 10010 | 1 | 111 | 100110000 | 111000 | 1010101 |
Color Harmonies of #EEC3EB
Complementary color
Monochromatic Colors of #EEC3EB
Black with #EEC3EB
Text Example
Text Example
White with #EEC3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3EB; }
p { color: rgb(238,195,235); }
H1.HeaderClassName
{
color: #EEC3EB;
}
.AnyTagClassName
{
color: #EEC3EB;
}
</style>
background-color css
<style>
a { background-color: #EEC3EB; }
a { background-color: rgb(238,195,235); }
div.DivClassName
{
background-color: #EEC3EB;
}
.BgClassName
{
background-color: #EEC3EB;
}
</style>
border-color css
<style>
span { border-color: #EEC3EB; }
span { border-color: rgb(238,195,235); }
td.TdClassName
{
border-color: #EEC3EB;
}
.TagClassName
{
border-color: #EEC3EB;
}
</style>