Shades of Snuff #EEC2EC
Tints of Snuff #EEC2EC
RGB
CMYK
RGB Variations
Color information
#EEC2EC (or 0xEEC2EC) is known color: Snuff. HEX triplet: EE, C2 and EC. RGB value is (238,194,236). Sum of RGB (Red+Green+Blue) = 238+194+236=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2EC is #113D13. Grayscale: #D3D3D3. Windows color (decimal): -1129748 or 15516398. OLE color: 15516398.
HSL color Cylindrical-coordinate representation of color #EEC2EC: hue angle of 302.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2EC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 194 | 236 | - |
CMYK | 0 | 0.18 | 0.01 | 0.07 |
HSL | 302.73º | 0.56% | 0.85% | - |
HSV(B) | 302.73º | 0.18% | 0.93% | - |
XYZ | 69.69 | 62.82 | 87.81 | - |
YUV | 211.94 | 141.58 | 146.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 194 | 236 | 0 | 0.18 | 0.01 | 0.07 | 302.73 | 0.56 | 0.85 |
Hex | EE | C2 | EC | 0 | 12 | 1 | 7 | 12F | 38 | 55 |
Octal | 356 | 302 | 354 | 0 | 22 | 1 | 7 | 457 | 70 | 125 |
Binary | 11101110 | 11000010 | 11101100 | 0 | 10010 | 1 | 111 | 100101111 | 111000 | 1010101 |
Color Harmonies of #EEC2EC
Complementary color
Monochromatic Colors of #EEC2EC
Black with #EEC2EC
Text Example
Text Example
White with #EEC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2EC; }
p { color: rgb(238,194,236); }
H1.HeaderClassName
{
color: #EEC2EC;
}
.AnyTagClassName
{
color: #EEC2EC;
}
</style>
background-color css
<style>
a { background-color: #EEC2EC; }
a { background-color: rgb(238,194,236); }
div.DivClassName
{
background-color: #EEC2EC;
}
.BgClassName
{
background-color: #EEC2EC;
}
</style>
border-color css
<style>
span { border-color: #EEC2EC; }
span { border-color: rgb(238,194,236); }
td.TdClassName
{
border-color: #EEC2EC;
}
.TagClassName
{
border-color: #EEC2EC;
}
</style>