Shades of Snuff #EECAE8
Tints of Snuff #EECAE8
RGB
CMYK
RGB Variations
Color information
#EECAE8 (or 0xEECAE8) is known color: Snuff. HEX triplet: EE, CA and E8. RGB value is (238,202,232). Sum of RGB (Red+Green+Blue) = 238+202+232=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAE8 is #113517. Grayscale: #D8D8D8. Windows color (decimal): -1127704 or 15256302. OLE color: 15256302.
HSL color Cylindrical-coordinate representation of color #EECAE8: hue angle of 310º 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 #EECAE8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 232 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.07 |
| HSL | 310º | 0.51% | 0.86% | - |
| HSV(B) | 310º | 0.15% | 0.93% | - |
| XYZ | 70.95 | 66.24 | 85.39 | - |
| YUV | 216.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 232 | 0 | 0.15 | 0.03 | 0.07 | 310 | 0.51 | 0.86 |
| Hex | EE | CA | E8 | 0 | F | 3 | 7 | 136 | 33 | 56 |
| Octal | 356 | 312 | 350 | 0 | 17 | 3 | 7 | 466 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11101000 | 0 | 1111 | 11 | 111 | 100110110 | 110011 | 1010110 |
Color Harmonies of #EECAE8
Complementary color
Monochromatic Colors of #EECAE8
Black with #EECAE8
Text Example
Text Example
White with #EECAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAE8; }
p { color: rgb(238,202,232); }
H1.HeaderClassName
{
color: #EECAE8;
}
.AnyTagClassName
{
color: #EECAE8;
}
</style>
background-color css
<style>
a { background-color: #EECAE8; }
a { background-color: rgb(238,202,232); }
div.DivClassName
{
background-color: #EECAE8;
}
.BgClassName
{
background-color: #EECAE8;
}
</style>
border-color css
<style>
span { border-color: #EECAE8; }
span { border-color: rgb(238,202,232); }
td.TdClassName
{
border-color: #EECAE8;
}
.TagClassName
{
border-color: #EECAE8;
}
</style>