Shades of Snuff #EECEF4
Tints of Snuff #EECEF4
RGB
CMYK
RGB Variations
Color information
#EECEF4 (or 0xEECEF4) is known color: Snuff. HEX triplet: EE, CE and F4. RGB value is (238,206,244). Sum of RGB (Red+Green+Blue) = 238+206+244=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #EECEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF4 is #11310B. Grayscale: #DBDBDB. Windows color (decimal): -1126668 or 16043758. OLE color: 16043758.
HSL color Cylindrical-coordinate representation of color #EECEF4: hue angle of 290.53º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECEF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 206 | 244 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.04 |
| HSL | 290.53º | 0.63% | 0.88% | - |
| HSV(B) | 290.53º | 0.16% | 0.96% | - |
| XYZ | 73.66 | 68.85 | 95 | - |
| YUV | 219.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 244 | 0.02 | 0.16 | 0 | 0.04 | 290.53 | 0.63 | 0.88 |
| Hex | EE | CE | F4 | 2 | 10 | 0 | 4 | 123 | 3F | 58 |
| Octal | 356 | 316 | 364 | 2 | 20 | 0 | 4 | 443 | 77 | 130 |
| Binary | 11101110 | 11001110 | 11110100 | 10 | 10000 | 0 | 100 | 100100011 | 111111 | 1011000 |
Color Harmonies of #EECEF4
Complementary color
Monochromatic Colors of #EECEF4
Black with #EECEF4
Text Example
Text Example
White with #EECEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEF4; }
p { color: rgb(238,206,244); }
H1.HeaderClassName
{
color: #EECEF4;
}
.AnyTagClassName
{
color: #EECEF4;
}
</style>
background-color css
<style>
a { background-color: #EECEF4; }
a { background-color: rgb(238,206,244); }
div.DivClassName
{
background-color: #EECEF4;
}
.BgClassName
{
background-color: #EECEF4;
}
</style>
border-color css
<style>
span { border-color: #EECEF4; }
span { border-color: rgb(238,206,244); }
td.TdClassName
{
border-color: #EECEF4;
}
.TagClassName
{
border-color: #EECEF4;
}
</style>