Shades of Snuff #EECEEC
Tints of Snuff #EECEEC
RGB
CMYK
RGB Variations
Color information
#EECEEC (or 0xEECEEC) is known color: Snuff. HEX triplet: EE, CE and EC. RGB value is (238,206,236). Sum of RGB (Red+Green+Blue) = 238+206+236=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEEC is #113113. Grayscale: #DADADA. Windows color (decimal): -1126676 or 15519470. OLE color: 15519470.
HSL color Cylindrical-coordinate representation of color #EECEEC: hue angle of 303.75º 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 #EECEEC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 236 | - |
CMYK | 0 | 0.13 | 0.01 | 0.07 |
HSL | 303.75º | 0.48% | 0.87% | - |
HSV(B) | 303.75º | 0.13% | 0.93% | - |
XYZ | 72.47 | 68.38 | 88.74 | - |
YUV | 218.99 | 137.6 | 141.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 236 | 0 | 0.13 | 0.01 | 0.07 | 303.75 | 0.48 | 0.87 |
Hex | EE | CE | EC | 0 | D | 1 | 7 | 130 | 30 | 57 |
Octal | 356 | 316 | 354 | 0 | 15 | 1 | 7 | 460 | 60 | 127 |
Binary | 11101110 | 11001110 | 11101100 | 0 | 1101 | 1 | 111 | 100110000 | 110000 | 1010111 |
Color Harmonies of #EECEEC
Complementary color
Monochromatic Colors of #EECEEC
Black with #EECEEC
Text Example
Text Example
White with #EECEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEEC; }
p { color: rgb(238,206,236); }
H1.HeaderClassName
{
color: #EECEEC;
}
.AnyTagClassName
{
color: #EECEEC;
}
</style>
background-color css
<style>
a { background-color: #EECEEC; }
a { background-color: rgb(238,206,236); }
div.DivClassName
{
background-color: #EECEEC;
}
.BgClassName
{
background-color: #EECEEC;
}
</style>
border-color css
<style>
span { border-color: #EECEEC; }
span { border-color: rgb(238,206,236); }
td.TdClassName
{
border-color: #EECEEC;
}
.TagClassName
{
border-color: #EECEEC;
}
</style>