Shades of Snuff #EECCF0
Tints of Snuff #EECCF0
RGB
CMYK
RGB Variations
Color information
#EECCF0 (or 0xEECCF0) is known color: Snuff. HEX triplet: EE, CC and F0. RGB value is (238,204,240). Sum of RGB (Red+Green+Blue) = 238+204+240=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCF0 is #11330F. Grayscale: #DADADA. Windows color (decimal): -1127184 or 15781102. OLE color: 15781102.
HSL color Cylindrical-coordinate representation of color #EECCF0: hue angle of 296.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECCF0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 204 | 240 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.06 |
| HSL | 296.67º | 0.55% | 0.87% | - |
| HSV(B) | 296.67º | 0.15% | 0.94% | - |
| XYZ | 72.58 | 67.65 | 91.67 | - |
| YUV | 218.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 240 | 0.01 | 0.15 | 0 | 0.06 | 296.67 | 0.55 | 0.87 |
| Hex | EE | CC | F0 | 1 | F | 0 | 6 | 129 | 37 | 57 |
| Octal | 356 | 314 | 360 | 1 | 17 | 0 | 6 | 451 | 67 | 127 |
| Binary | 11101110 | 11001100 | 11110000 | 1 | 1111 | 0 | 110 | 100101001 | 110111 | 1010111 |
Color Harmonies of #EECCF0
Complementary color
Monochromatic Colors of #EECCF0
Black with #EECCF0
Text Example
Text Example
White with #EECCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCF0; }
p { color: rgb(238,204,240); }
H1.HeaderClassName
{
color: #EECCF0;
}
.AnyTagClassName
{
color: #EECCF0;
}
</style>
background-color css
<style>
a { background-color: #EECCF0; }
a { background-color: rgb(238,204,240); }
div.DivClassName
{
background-color: #EECCF0;
}
.BgClassName
{
background-color: #EECCF0;
}
</style>
border-color css
<style>
span { border-color: #EECCF0; }
span { border-color: rgb(238,204,240); }
td.TdClassName
{
border-color: #EECCF0;
}
.TagClassName
{
border-color: #EECCF0;
}
</style>