Shades of Snuff #EEC1F3
Tints of Snuff #EEC1F3
RGB
CMYK
RGB Variations
Color information
#EEC1F3 (or 0xEEC1F3) is known color: Snuff. HEX triplet: EE, C1 and F3. RGB value is (238,193,243). Sum of RGB (Red+Green+Blue) = 238+193+243=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1F3 is #113E0C. Grayscale: #D3D3D3. Windows color (decimal): -1129997 or 15974894. OLE color: 15974894.
HSL color Cylindrical-coordinate representation of color #EEC1F3: hue angle of 294º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC1F3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 193 | 243 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 294º | 0.68% | 0.85% | - |
| HSV(B) | 294º | 0.21% | 0.95% | - |
| XYZ | 70.51 | 62.79 | 93.2 | - |
| YUV | 212.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 243 | 0.02 | 0.21 | 0 | 0.05 | 294 | 0.68 | 0.85 |
| Hex | EE | C1 | F3 | 2 | 15 | 0 | 5 | 126 | 44 | 55 |
| Octal | 356 | 301 | 363 | 2 | 25 | 0 | 5 | 446 | 104 | 125 |
| Binary | 11101110 | 11000001 | 11110011 | 10 | 10101 | 0 | 101 | 100100110 | 1000100 | 1010101 |
Color Harmonies of #EEC1F3
Complementary color
Monochromatic Colors of #EEC1F3
Black with #EEC1F3
Text Example
Text Example
White with #EEC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1F3; }
p { color: rgb(238,193,243); }
H1.HeaderClassName
{
color: #EEC1F3;
}
.AnyTagClassName
{
color: #EEC1F3;
}
</style>
background-color css
<style>
a { background-color: #EEC1F3; }
a { background-color: rgb(238,193,243); }
div.DivClassName
{
background-color: #EEC1F3;
}
.BgClassName
{
background-color: #EEC1F3;
}
</style>
border-color css
<style>
span { border-color: #EEC1F3; }
span { border-color: rgb(238,193,243); }
td.TdClassName
{
border-color: #EEC1F3;
}
.TagClassName
{
border-color: #EEC1F3;
}
</style>