Shades of Snuff #EECEE8
Tints of Snuff #EECEE8
RGB
CMYK
RGB Variations
Color information
#EECEE8 (or 0xEECEE8) is known color: Snuff. HEX triplet: EE, CE and E8. RGB value is (238,206,232). Sum of RGB (Red+Green+Blue) = 238+206+232=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEE8 is #113117. Grayscale: #DADADA. Windows color (decimal): -1126680 or 15257326. OLE color: 15257326.
HSL color Cylindrical-coordinate representation of color #EECEE8: hue angle of 311.25º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECEE8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 232 | - |
CMYK | 0 | 0.13 | 0.03 | 0.07 |
HSL | 311.25º | 0.48% | 0.87% | - |
HSV(B) | 311.25º | 0.13% | 0.93% | - |
XYZ | 71.9 | 68.15 | 85.71 | - |
YUV | 218.53 | 135.6 | 141.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 232 | 0 | 0.13 | 0.03 | 0.07 | 311.25 | 0.48 | 0.87 |
Hex | EE | CE | E8 | 0 | D | 3 | 7 | 137 | 30 | 57 |
Octal | 356 | 316 | 350 | 0 | 15 | 3 | 7 | 467 | 60 | 127 |
Binary | 11101110 | 11001110 | 11101000 | 0 | 1101 | 11 | 111 | 100110111 | 110000 | 1010111 |
Color Harmonies of #EECEE8
Complementary color
Monochromatic Colors of #EECEE8
Black with #EECEE8
Text Example
Text Example
White with #EECEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEE8; }
p { color: rgb(238,206,232); }
H1.HeaderClassName
{
color: #EECEE8;
}
.AnyTagClassName
{
color: #EECEE8;
}
</style>
background-color css
<style>
a { background-color: #EECEE8; }
a { background-color: rgb(238,206,232); }
div.DivClassName
{
background-color: #EECEE8;
}
.BgClassName
{
background-color: #EECEE8;
}
</style>
border-color css
<style>
span { border-color: #EECEE8; }
span { border-color: rgb(238,206,232); }
td.TdClassName
{
border-color: #EECEE8;
}
.TagClassName
{
border-color: #EECEE8;
}
</style>