Shades of Snuff #EEC7F0
Tints of Snuff #EEC7F0
RGB
CMYK
RGB Variations
Color information
#EEC7F0 (or 0xEEC7F0) is known color: Snuff. HEX triplet: EE, C7 and F0. RGB value is (238,199,240). Sum of RGB (Red+Green+Blue) = 238+199+240=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7F0 is #11380F. Grayscale: #D7D7D7. Windows color (decimal): -1128464 or 15779822. OLE color: 15779822.
HSL color Cylindrical-coordinate representation of color #EEC7F0: hue angle of 297.07º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC7F0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 199 | 240 | - |
CMYK | 0.01 | 0.17 | 0 | 0.06 |
HSL | 297.07º | 0.58% | 0.86% | - |
HSV(B) | 297.07º | 0.17% | 0.94% | - |
XYZ | 71.41 | 65.32 | 91.28 | - |
YUV | 215.34 | 141.92 | 144.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 240 | 0.01 | 0.17 | 0 | 0.06 | 297.07 | 0.58 | 0.86 |
Hex | EE | C7 | F0 | 1 | 11 | 0 | 6 | 129 | 3A | 56 |
Octal | 356 | 307 | 360 | 1 | 21 | 0 | 6 | 451 | 72 | 126 |
Binary | 11101110 | 11000111 | 11110000 | 1 | 10001 | 0 | 110 | 100101001 | 111010 | 1010110 |
Color Harmonies of #EEC7F0
Complementary color
Monochromatic Colors of #EEC7F0
Black with #EEC7F0
Text Example
Text Example
White with #EEC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7F0; }
p { color: rgb(238,199,240); }
H1.HeaderClassName
{
color: #EEC7F0;
}
.AnyTagClassName
{
color: #EEC7F0;
}
</style>
background-color css
<style>
a { background-color: #EEC7F0; }
a { background-color: rgb(238,199,240); }
div.DivClassName
{
background-color: #EEC7F0;
}
.BgClassName
{
background-color: #EEC7F0;
}
</style>
border-color css
<style>
span { border-color: #EEC7F0; }
span { border-color: rgb(238,199,240); }
td.TdClassName
{
border-color: #EEC7F0;
}
.TagClassName
{
border-color: #EEC7F0;
}
</style>