Shades of Snuff #EECAE7
Tints of Snuff #EECAE7
RGB
CMYK
RGB Variations
Color information
#EECAE7 (or 0xEECAE7) is known color: Snuff. HEX triplet: EE, CA and E7. RGB value is (238,202,231). Sum of RGB (Red+Green+Blue) = 238+202+231=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAE7 is #113518. Grayscale: #D7D7D7. Windows color (decimal): -1127705 or 15190766. OLE color: 15190766.
HSL color Cylindrical-coordinate representation of color #EECAE7: hue angle of 311.67º 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 #EECAE7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 231 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.07 |
| HSL | 311.67º | 0.51% | 0.86% | - |
| HSV(B) | 311.67º | 0.15% | 0.93% | - |
| XYZ | 70.8 | 66.19 | 84.65 | - |
| YUV | 216.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 231 | 0 | 0.15 | 0.03 | 0.07 | 311.67 | 0.51 | 0.86 |
| Hex | EE | CA | E7 | 0 | F | 3 | 7 | 138 | 33 | 56 |
| Octal | 356 | 312 | 347 | 0 | 17 | 3 | 7 | 470 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11100111 | 0 | 1111 | 11 | 111 | 100111000 | 110011 | 1010110 |
Color Harmonies of #EECAE7
Complementary color
Monochromatic Colors of #EECAE7
Black with #EECAE7
Text Example
Text Example
White with #EECAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAE7; }
p { color: rgb(238,202,231); }
H1.HeaderClassName
{
color: #EECAE7;
}
.AnyTagClassName
{
color: #EECAE7;
}
</style>
background-color css
<style>
a { background-color: #EECAE7; }
a { background-color: rgb(238,202,231); }
div.DivClassName
{
background-color: #EECAE7;
}
.BgClassName
{
background-color: #EECAE7;
}
</style>
border-color css
<style>
span { border-color: #EECAE7; }
span { border-color: rgb(238,202,231); }
td.TdClassName
{
border-color: #EECAE7;
}
.TagClassName
{
border-color: #EECAE7;
}
</style>