Shades of Snuff #EECBEA
Tints of Snuff #EECBEA
RGB
CMYK
RGB Variations
Color information
#EECBEA (or 0xEECBEA) is known color: Snuff. HEX triplet: EE, CB and EA. RGB value is (238,203,234). Sum of RGB (Red+Green+Blue) = 238+203+234=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEA is #113415. Grayscale: #D8D8D8. Windows color (decimal): -1127446 or 15387630. OLE color: 15387630.
HSL color Cylindrical-coordinate representation of color #EECBEA: hue angle of 306.86º 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 #EECBEA is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 234 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.07 |
| HSL | 306.86º | 0.51% | 0.86% | - |
| HSV(B) | 306.86º | 0.15% | 0.93% | - |
| XYZ | 71.47 | 66.83 | 86.97 | - |
| YUV | 217 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 234 | 0 | 0.15 | 0.02 | 0.07 | 306.86 | 0.51 | 0.86 |
| Hex | EE | CB | EA | 0 | F | 2 | 7 | 133 | 33 | 56 |
| Octal | 356 | 313 | 352 | 0 | 17 | 2 | 7 | 463 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11101010 | 0 | 1111 | 10 | 111 | 100110011 | 110011 | 1010110 |
Color Harmonies of #EECBEA
Complementary color
Monochromatic Colors of #EECBEA
Black with #EECBEA
Text Example
Text Example
White with #EECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBEA; }
p { color: rgb(238,203,234); }
H1.HeaderClassName
{
color: #EECBEA;
}
.AnyTagClassName
{
color: #EECBEA;
}
</style>
background-color css
<style>
a { background-color: #EECBEA; }
a { background-color: rgb(238,203,234); }
div.DivClassName
{
background-color: #EECBEA;
}
.BgClassName
{
background-color: #EECBEA;
}
</style>
border-color css
<style>
span { border-color: #EECBEA; }
span { border-color: rgb(238,203,234); }
td.TdClassName
{
border-color: #EECBEA;
}
.TagClassName
{
border-color: #EECBEA;
}
</style>