Shades of Snuff #EEC3F0
Tints of Snuff #EEC3F0
RGB
CMYK
RGB Variations
Color information
#EEC3F0 (or 0xEEC3F0) is known color: Snuff. HEX triplet: EE, C3 and F0. RGB value is (238,195,240). Sum of RGB (Red+Green+Blue) = 238+195+240=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEC3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3F0 is #113C0F. Grayscale: #D4D4D4. Windows color (decimal): -1129488 or 15778798. OLE color: 15778798.
HSL color Cylindrical-coordinate representation of color #EEC3F0: hue angle of 297.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC3F0 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 195 | 240 | - |
CMYK | 0.01 | 0.19 | 0 | 0.06 |
HSL | 297.33º | 0.6% | 0.85% | - |
HSV(B) | 297.33º | 0.19% | 0.94% | - |
XYZ | 70.5 | 63.5 | 90.98 | - |
YUV | 212.99 | 143.25 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 195 | 240 | 0.01 | 0.19 | 0 | 0.06 | 297.33 | 0.6 | 0.85 |
Hex | EE | C3 | F0 | 1 | 13 | 0 | 6 | 129 | 3C | 55 |
Octal | 356 | 303 | 360 | 1 | 23 | 0 | 6 | 451 | 74 | 125 |
Binary | 11101110 | 11000011 | 11110000 | 1 | 10011 | 0 | 110 | 100101001 | 111100 | 1010101 |
Color Harmonies of #EEC3F0
Complementary color
Monochromatic Colors of #EEC3F0
Black with #EEC3F0
Text Example
Text Example
White with #EEC3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3F0; }
p { color: rgb(238,195,240); }
H1.HeaderClassName
{
color: #EEC3F0;
}
.AnyTagClassName
{
color: #EEC3F0;
}
</style>
background-color css
<style>
a { background-color: #EEC3F0; }
a { background-color: rgb(238,195,240); }
div.DivClassName
{
background-color: #EEC3F0;
}
.BgClassName
{
background-color: #EEC3F0;
}
</style>
border-color css
<style>
span { border-color: #EEC3F0; }
span { border-color: rgb(238,195,240); }
td.TdClassName
{
border-color: #EEC3F0;
}
.TagClassName
{
border-color: #EEC3F0;
}
</style>