Shades of Snuff #EECCEC
Tints of Snuff #EECCEC
RGB
CMYK
RGB Variations
Color information
#EECCEC (or 0xEECCEC) is known color: Snuff. HEX triplet: EE, CC and EC. RGB value is (238,204,236). Sum of RGB (Red+Green+Blue) = 238+204+236=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCEC is #113313. Grayscale: #D9D9D9. Windows color (decimal): -1127188 or 15518958. OLE color: 15518958.
HSL color Cylindrical-coordinate representation of color #EECCEC: hue angle of 303.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCEC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 236 | - |
CMYK | 0 | 0.14 | 0.01 | 0.07 |
HSL | 303.53º | 0.5% | 0.87% | - |
HSV(B) | 303.53º | 0.14% | 0.93% | - |
XYZ | 71.99 | 67.42 | 88.58 | - |
YUV | 217.81 | 138.26 | 142.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 236 | 0 | 0.14 | 0.01 | 0.07 | 303.53 | 0.5 | 0.87 |
Hex | EE | CC | EC | 0 | E | 1 | 7 | 130 | 32 | 57 |
Octal | 356 | 314 | 354 | 0 | 16 | 1 | 7 | 460 | 62 | 127 |
Binary | 11101110 | 11001100 | 11101100 | 0 | 1110 | 1 | 111 | 100110000 | 110010 | 1010111 |
Color Harmonies of #EECCEC
Complementary color
Monochromatic Colors of #EECCEC
Black with #EECCEC
Text Example
Text Example
White with #EECCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCEC; }
p { color: rgb(238,204,236); }
H1.HeaderClassName
{
color: #EECCEC;
}
.AnyTagClassName
{
color: #EECCEC;
}
</style>
background-color css
<style>
a { background-color: #EECCEC; }
a { background-color: rgb(238,204,236); }
div.DivClassName
{
background-color: #EECCEC;
}
.BgClassName
{
background-color: #EECCEC;
}
</style>
border-color css
<style>
span { border-color: #EECCEC; }
span { border-color: rgb(238,204,236); }
td.TdClassName
{
border-color: #EECCEC;
}
.TagClassName
{
border-color: #EECCEC;
}
</style>