Shades of Snuff #EECEF0
Tints of Snuff #EECEF0
RGB
CMYK
RGB Variations
Color information
#EECEF0 (or 0xEECEF0) is known color: Snuff. HEX triplet: EE, CE and F0. RGB value is (238,206,240). Sum of RGB (Red+Green+Blue) = 238+206+240=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF0 is #11310F. Grayscale: #DBDBDB. Windows color (decimal): -1126672 or 15781614. OLE color: 15781614.
HSL color Cylindrical-coordinate representation of color #EECEF0: hue angle of 296.47º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECEF0 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 206 | 240 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.06 |
| HSL | 296.47º | 0.53% | 0.87% | - |
| HSV(B) | 296.47º | 0.14% | 0.94% | - |
| XYZ | 73.06 | 68.61 | 91.83 | - |
| YUV | 219.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 240 | 0.01 | 0.14 | 0 | 0.06 | 296.47 | 0.53 | 0.87 |
| Hex | EE | CE | F0 | 1 | E | 0 | 6 | 128 | 35 | 57 |
| Octal | 356 | 316 | 360 | 1 | 16 | 0 | 6 | 450 | 65 | 127 |
| Binary | 11101110 | 11001110 | 11110000 | 1 | 1110 | 0 | 110 | 100101000 | 110101 | 1010111 |
Color Harmonies of #EECEF0
Complementary color
Monochromatic Colors of #EECEF0
Black with #EECEF0
Text Example
Text Example
White with #EECEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEF0; }
p { color: rgb(238,206,240); }
H1.HeaderClassName
{
color: #EECEF0;
}
.AnyTagClassName
{
color: #EECEF0;
}
</style>
background-color css
<style>
a { background-color: #EECEF0; }
a { background-color: rgb(238,206,240); }
div.DivClassName
{
background-color: #EECEF0;
}
.BgClassName
{
background-color: #EECEF0;
}
</style>
border-color css
<style>
span { border-color: #EECEF0; }
span { border-color: rgb(238,206,240); }
td.TdClassName
{
border-color: #EECEF0;
}
.TagClassName
{
border-color: #EECEF0;
}
</style>