Shades of Snuff #EECBE8
Tints of Snuff #EECBE8
RGB
CMYK
RGB Variations
Color information
#EECBE8 (or 0xEECBE8) is known color: Snuff. HEX triplet: EE, CB and E8. RGB value is (238,203,232). Sum of RGB (Red+Green+Blue) = 238+203+232=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBE8 is #113417. Grayscale: #D8D8D8. Windows color (decimal): -1127448 or 15256558. OLE color: 15256558.
HSL color Cylindrical-coordinate representation of color #EECBE8: hue angle of 310.29º 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 #EECBE8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 232 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.07 |
| HSL | 310.29º | 0.51% | 0.86% | - |
| HSV(B) | 310.29º | 0.15% | 0.93% | - |
| XYZ | 71.18 | 66.72 | 85.47 | - |
| YUV | 216.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 232 | 0 | 0.15 | 0.03 | 0.07 | 310.29 | 0.51 | 0.86 |
| Hex | EE | CB | E8 | 0 | F | 3 | 7 | 136 | 33 | 56 |
| Octal | 356 | 313 | 350 | 0 | 17 | 3 | 7 | 466 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11101000 | 0 | 1111 | 11 | 111 | 100110110 | 110011 | 1010110 |
Color Harmonies of #EECBE8
Complementary color
Monochromatic Colors of #EECBE8
Black with #EECBE8
Text Example
Text Example
White with #EECBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBE8; }
p { color: rgb(238,203,232); }
H1.HeaderClassName
{
color: #EECBE8;
}
.AnyTagClassName
{
color: #EECBE8;
}
</style>
background-color css
<style>
a { background-color: #EECBE8; }
a { background-color: rgb(238,203,232); }
div.DivClassName
{
background-color: #EECBE8;
}
.BgClassName
{
background-color: #EECBE8;
}
</style>
border-color css
<style>
span { border-color: #EECBE8; }
span { border-color: rgb(238,203,232); }
td.TdClassName
{
border-color: #EECBE8;
}
.TagClassName
{
border-color: #EECBE8;
}
</style>