Shades of Snuff #EECAEB
Tints of Snuff #EECAEB
RGB
CMYK
RGB Variations
Color information
#EECAEB (or 0xEECAEB) is known color: Snuff. HEX triplet: EE, CA and EB. RGB value is (238,202,235). Sum of RGB (Red+Green+Blue) = 238+202+235=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEB is #113514. Grayscale: #D8D8D8. Windows color (decimal): -1127701 or 15452910. OLE color: 15452910.
HSL color Cylindrical-coordinate representation of color #EECAEB: hue angle of 305º 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 #EECAEB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 235 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.07 |
| HSL | 305º | 0.51% | 0.86% | - |
| HSV(B) | 305º | 0.15% | 0.93% | - |
| XYZ | 71.38 | 66.42 | 87.66 | - |
| YUV | 216.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 235 | 0 | 0.15 | 0.01 | 0.07 | 305 | 0.51 | 0.86 |
| Hex | EE | CA | EB | 0 | F | 1 | 7 | 131 | 33 | 56 |
| Octal | 356 | 312 | 353 | 0 | 17 | 1 | 7 | 461 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11101011 | 0 | 1111 | 1 | 111 | 100110001 | 110011 | 1010110 |
Color Harmonies of #EECAEB
Complementary color
Monochromatic Colors of #EECAEB
Black with #EECAEB
Text Example
Text Example
White with #EECAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAEB; }
p { color: rgb(238,202,235); }
H1.HeaderClassName
{
color: #EECAEB;
}
.AnyTagClassName
{
color: #EECAEB;
}
</style>
background-color css
<style>
a { background-color: #EECAEB; }
a { background-color: rgb(238,202,235); }
div.DivClassName
{
background-color: #EECAEB;
}
.BgClassName
{
background-color: #EECAEB;
}
</style>
border-color css
<style>
span { border-color: #EECAEB; }
span { border-color: rgb(238,202,235); }
td.TdClassName
{
border-color: #EECAEB;
}
.TagClassName
{
border-color: #EECAEB;
}
</style>