Shades of Snuff #EECEF3
Tints of Snuff #EECEF3
RGB
CMYK
RGB Variations
Color information
#EECEF3 (or 0xEECEF3) is known color: Snuff. HEX triplet: EE, CE and F3. RGB value is (238,206,243). Sum of RGB (Red+Green+Blue) = 238+206+243=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #EECEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF3 is #11310C. Grayscale: #DBDBDB. Windows color (decimal): -1126669 or 15978222. OLE color: 15978222.
HSL color Cylindrical-coordinate representation of color #EECEF3: hue angle of 291.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECEF3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 206 | 243 | - |
CMYK | 0.02 | 0.15 | 0 | 0.05 |
HSL | 291.89º | 0.61% | 0.88% | - |
HSV(B) | 291.89º | 0.15% | 0.95% | - |
XYZ | 73.51 | 68.79 | 94.2 | - |
YUV | 219.79 | 141.1 | 140.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 243 | 0.02 | 0.15 | 0 | 0.05 | 291.89 | 0.61 | 0.88 |
Hex | EE | CE | F3 | 2 | F | 0 | 5 | 124 | 3D | 58 |
Octal | 356 | 316 | 363 | 2 | 17 | 0 | 5 | 444 | 75 | 130 |
Binary | 11101110 | 11001110 | 11110011 | 10 | 1111 | 0 | 101 | 100100100 | 111101 | 1011000 |
Color Harmonies of #EECEF3
Complementary color
Monochromatic Colors of #EECEF3
Black with #EECEF3
Text Example
Text Example
White with #EECEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEF3; }
p { color: rgb(238,206,243); }
H1.HeaderClassName
{
color: #EECEF3;
}
.AnyTagClassName
{
color: #EECEF3;
}
</style>
background-color css
<style>
a { background-color: #EECEF3; }
a { background-color: rgb(238,206,243); }
div.DivClassName
{
background-color: #EECEF3;
}
.BgClassName
{
background-color: #EECEF3;
}
</style>
border-color css
<style>
span { border-color: #EECEF3; }
span { border-color: rgb(238,206,243); }
td.TdClassName
{
border-color: #EECEF3;
}
.TagClassName
{
border-color: #EECEF3;
}
</style>