Shades of Snuff #EECAE9
Tints of Snuff #EECAE9
RGB
CMYK
RGB Variations
Color information
#EECAE9 (or 0xEECAE9) is known color: Snuff. HEX triplet: EE, CA and E9. RGB value is (238,202,233). Sum of RGB (Red+Green+Blue) = 238+202+233=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAE9 is #113516. Grayscale: #D8D8D8. Windows color (decimal): -1127703 or 15321838. OLE color: 15321838.
HSL color Cylindrical-coordinate representation of color #EECAE9: hue angle of 308.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 #EECAE9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 233 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.07 |
| HSL | 308.33º | 0.51% | 0.86% | - |
| HSV(B) | 308.33º | 0.15% | 0.93% | - |
| XYZ | 71.09 | 66.3 | 86.14 | - |
| YUV | 216.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 233 | 0 | 0.15 | 0.02 | 0.07 | 308.33 | 0.51 | 0.86 |
| Hex | EE | CA | E9 | 0 | F | 2 | 7 | 134 | 33 | 56 |
| Octal | 356 | 312 | 351 | 0 | 17 | 2 | 7 | 464 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11101001 | 0 | 1111 | 10 | 111 | 100110100 | 110011 | 1010110 |
Color Harmonies of #EECAE9
Complementary color
Monochromatic Colors of #EECAE9
Black with #EECAE9
Text Example
Text Example
White with #EECAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAE9; }
p { color: rgb(238,202,233); }
H1.HeaderClassName
{
color: #EECAE9;
}
.AnyTagClassName
{
color: #EECAE9;
}
</style>
background-color css
<style>
a { background-color: #EECAE9; }
a { background-color: rgb(238,202,233); }
div.DivClassName
{
background-color: #EECAE9;
}
.BgClassName
{
background-color: #EECAE9;
}
</style>
border-color css
<style>
span { border-color: #EECAE9; }
span { border-color: rgb(238,202,233); }
td.TdClassName
{
border-color: #EECAE9;
}
.TagClassName
{
border-color: #EECAE9;
}
</style>