Shades of Snuff #EECBE6
Tints of Snuff #EECBE6
RGB
CMYK
RGB Variations
Color information
#EECBE6 (or 0xEECBE6) is known color: Snuff. HEX triplet: EE, CB and E6. RGB value is (238,203,230). Sum of RGB (Red+Green+Blue) = 238+203+230=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBE6 is #113419. Grayscale: #D8D8D8. Windows color (decimal): -1127450 or 15125486. OLE color: 15125486.
HSL color Cylindrical-coordinate representation of color #EECBE6: hue angle of 313.71º 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 #EECBE6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 230 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.07 |
| HSL | 313.71º | 0.51% | 0.86% | - |
| HSV(B) | 313.71º | 0.15% | 0.93% | - |
| XYZ | 70.9 | 66.6 | 83.98 | - |
| YUV | 216.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 230 | 0 | 0.15 | 0.03 | 0.07 | 313.71 | 0.51 | 0.86 |
| Hex | EE | CB | E6 | 0 | F | 3 | 7 | 13A | 33 | 56 |
| Octal | 356 | 313 | 346 | 0 | 17 | 3 | 7 | 472 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11100110 | 0 | 1111 | 11 | 111 | 100111010 | 110011 | 1010110 |
Color Harmonies of #EECBE6
Complementary color
Monochromatic Colors of #EECBE6
Black with #EECBE6
Text Example
Text Example
White with #EECBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBE6; }
p { color: rgb(238,203,230); }
H1.HeaderClassName
{
color: #EECBE6;
}
.AnyTagClassName
{
color: #EECBE6;
}
</style>
background-color css
<style>
a { background-color: #EECBE6; }
a { background-color: rgb(238,203,230); }
div.DivClassName
{
background-color: #EECBE6;
}
.BgClassName
{
background-color: #EECBE6;
}
</style>
border-color css
<style>
span { border-color: #EECBE6; }
span { border-color: rgb(238,203,230); }
td.TdClassName
{
border-color: #EECBE6;
}
.TagClassName
{
border-color: #EECBE6;
}
</style>