Shades of Snuff #EEC2F3
Tints of Snuff #EEC2F3
RGB
CMYK
RGB Variations
Color information
#EEC2F3 (or 0xEEC2F3) is known color: Snuff. HEX triplet: EE, C2 and F3. RGB value is (238,194,243). Sum of RGB (Red+Green+Blue) = 238+194+243=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2F3 is #113D0C. Grayscale: #D4D4D4. Windows color (decimal): -1129741 or 15975150. OLE color: 15975150.
HSL color Cylindrical-coordinate representation of color #EEC2F3: hue angle of 293.88º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC2F3 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 194 | 243 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.05 |
| HSL | 293.88º | 0.67% | 0.86% | - |
| HSV(B) | 293.88º | 0.2% | 0.95% | - |
| XYZ | 70.73 | 63.23 | 93.27 | - |
| YUV | 212.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 243 | 0.02 | 0.20 | 0 | 0.05 | 293.88 | 0.67 | 0.86 |
| Hex | EE | C2 | F3 | 2 | 14 | 0 | 5 | 126 | 43 | 56 |
| Octal | 356 | 302 | 363 | 2 | 24 | 0 | 5 | 446 | 103 | 126 |
| Binary | 11101110 | 11000010 | 11110011 | 10 | 10100 | 0 | 101 | 100100110 | 1000011 | 1010110 |
Color Harmonies of #EEC2F3
Complementary color
Monochromatic Colors of #EEC2F3
Black with #EEC2F3
Text Example
Text Example
White with #EEC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2F3; }
p { color: rgb(238,194,243); }
H1.HeaderClassName
{
color: #EEC2F3;
}
.AnyTagClassName
{
color: #EEC2F3;
}
</style>
background-color css
<style>
a { background-color: #EEC2F3; }
a { background-color: rgb(238,194,243); }
div.DivClassName
{
background-color: #EEC2F3;
}
.BgClassName
{
background-color: #EEC2F3;
}
</style>
border-color css
<style>
span { border-color: #EEC2F3; }
span { border-color: rgb(238,194,243); }
td.TdClassName
{
border-color: #EEC2F3;
}
.TagClassName
{
border-color: #EEC2F3;
}
</style>