Shades of Snuff #EECCEB
Tints of Snuff #EECCEB
RGB
CMYK
RGB Variations
Color information
#EECCEB (or 0xEECCEB) is known color: Snuff. HEX triplet: EE, CC and EB. RGB value is (238,204,235). Sum of RGB (Red+Green+Blue) = 238+204+235=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCEB is #113314. Grayscale: #D9D9D9. Windows color (decimal): -1127189 or 15453422. OLE color: 15453422.
HSL color Cylindrical-coordinate representation of color #EECCEB: hue angle of 305.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCEB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 235 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.07 |
| HSL | 305.29º | 0.5% | 0.87% | - |
| HSV(B) | 305.29º | 0.14% | 0.93% | - |
| XYZ | 71.85 | 67.36 | 87.81 | - |
| YUV | 217.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 235 | 0 | 0.14 | 0.01 | 0.07 | 305.29 | 0.5 | 0.87 |
| Hex | EE | CC | EB | 0 | E | 1 | 7 | 131 | 32 | 57 |
| Octal | 356 | 314 | 353 | 0 | 16 | 1 | 7 | 461 | 62 | 127 |
| Binary | 11101110 | 11001100 | 11101011 | 0 | 1110 | 1 | 111 | 100110001 | 110010 | 1010111 |
Color Harmonies of #EECCEB
Complementary color
Monochromatic Colors of #EECCEB
Black with #EECCEB
Text Example
Text Example
White with #EECCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCEB; }
p { color: rgb(238,204,235); }
H1.HeaderClassName
{
color: #EECCEB;
}
.AnyTagClassName
{
color: #EECCEB;
}
</style>
background-color css
<style>
a { background-color: #EECCEB; }
a { background-color: rgb(238,204,235); }
div.DivClassName
{
background-color: #EECCEB;
}
.BgClassName
{
background-color: #EECCEB;
}
</style>
border-color css
<style>
span { border-color: #EECCEB; }
span { border-color: rgb(238,204,235); }
td.TdClassName
{
border-color: #EECCEB;
}
.TagClassName
{
border-color: #EECCEB;
}
</style>