Shades of Snuff #EECBEB
Tints of Snuff #EECBEB
RGB
CMYK
RGB Variations
Color information
#EECBEB (or 0xEECBEB) is known color: Snuff. HEX triplet: EE, CB and EB. RGB value is (238,203,235). Sum of RGB (Red+Green+Blue) = 238+203+235=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEB is #113414. Grayscale: #D9D9D9. Windows color (decimal): -1127445 or 15453166. OLE color: 15453166.
HSL color Cylindrical-coordinate representation of color #EECBEB: hue angle of 305.14º 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 #EECBEB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 235 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.07 |
| HSL | 305.14º | 0.51% | 0.86% | - |
| HSV(B) | 305.14º | 0.15% | 0.93% | - |
| XYZ | 71.61 | 66.89 | 87.73 | - |
| YUV | 217.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 235 | 0 | 0.15 | 0.01 | 0.07 | 305.14 | 0.51 | 0.86 |
| Hex | EE | CB | EB | 0 | F | 1 | 7 | 131 | 33 | 56 |
| Octal | 356 | 313 | 353 | 0 | 17 | 1 | 7 | 461 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11101011 | 0 | 1111 | 1 | 111 | 100110001 | 110011 | 1010110 |
Color Harmonies of #EECBEB
Complementary color
Monochromatic Colors of #EECBEB
Black with #EECBEB
Text Example
Text Example
White with #EECBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBEB; }
p { color: rgb(238,203,235); }
H1.HeaderClassName
{
color: #EECBEB;
}
.AnyTagClassName
{
color: #EECBEB;
}
</style>
background-color css
<style>
a { background-color: #EECBEB; }
a { background-color: rgb(238,203,235); }
div.DivClassName
{
background-color: #EECBEB;
}
.BgClassName
{
background-color: #EECBEB;
}
</style>
border-color css
<style>
span { border-color: #EECBEB; }
span { border-color: rgb(238,203,235); }
td.TdClassName
{
border-color: #EECBEB;
}
.TagClassName
{
border-color: #EECBEB;
}
</style>