Shades of Snuff #EECAEC
Tints of Snuff #EECAEC
RGB
CMYK
RGB Variations
Color information
#EECAEC (or 0xEECAEC) is known color: Snuff. HEX triplet: EE, CA and EC. RGB value is (238,202,236). Sum of RGB (Red+Green+Blue) = 238+202+236=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEC is #113513. Grayscale: #D8D8D8. Windows color (decimal): -1127700 or 15518446. OLE color: 15518446.
HSL color Cylindrical-coordinate representation of color #EECAEC: hue angle of 303.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAEC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 236 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.07 |
| HSL | 303.33º | 0.51% | 0.86% | - |
| HSV(B) | 303.33º | 0.15% | 0.93% | - |
| XYZ | 71.52 | 66.47 | 88.42 | - |
| YUV | 216.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 236 | 0 | 0.15 | 0.01 | 0.07 | 303.33 | 0.51 | 0.86 |
| Hex | EE | CA | EC | 0 | F | 1 | 7 | 12F | 33 | 56 |
| Octal | 356 | 312 | 354 | 0 | 17 | 1 | 7 | 457 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11101100 | 0 | 1111 | 1 | 111 | 100101111 | 110011 | 1010110 |
Color Harmonies of #EECAEC
Complementary color
Monochromatic Colors of #EECAEC
Black with #EECAEC
Text Example
Text Example
White with #EECAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAEC; }
p { color: rgb(238,202,236); }
H1.HeaderClassName
{
color: #EECAEC;
}
.AnyTagClassName
{
color: #EECAEC;
}
</style>
background-color css
<style>
a { background-color: #EECAEC; }
a { background-color: rgb(238,202,236); }
div.DivClassName
{
background-color: #EECAEC;
}
.BgClassName
{
background-color: #EECAEC;
}
</style>
border-color css
<style>
span { border-color: #EECAEC; }
span { border-color: rgb(238,202,236); }
td.TdClassName
{
border-color: #EECAEC;
}
.TagClassName
{
border-color: #EECAEC;
}
</style>