Shades of Snuff #EECAF0
Tints of Snuff #EECAF0
RGB
CMYK
RGB Variations
Color information
#EECAF0 (or 0xEECAF0) is known color: Snuff. HEX triplet: EE, CA and F0. RGB value is (238,202,240). Sum of RGB (Red+Green+Blue) = 238+202+240=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF0 is #11350F. Grayscale: #D8D8D8. Windows color (decimal): -1127696 or 15780590. OLE color: 15780590.
HSL color Cylindrical-coordinate representation of color #EECAF0: hue angle of 296.84º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECAF0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 202 | 240 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.06 |
| HSL | 296.84º | 0.56% | 0.87% | - |
| HSV(B) | 296.84º | 0.16% | 0.94% | - |
| XYZ | 72.11 | 66.71 | 91.51 | - |
| YUV | 217.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 240 | 0.01 | 0.16 | 0 | 0.06 | 296.84 | 0.56 | 0.87 |
| Hex | EE | CA | F0 | 1 | 10 | 0 | 6 | 129 | 38 | 57 |
| Octal | 356 | 312 | 360 | 1 | 20 | 0 | 6 | 451 | 70 | 127 |
| Binary | 11101110 | 11001010 | 11110000 | 1 | 10000 | 0 | 110 | 100101001 | 111000 | 1010111 |
Color Harmonies of #EECAF0
Complementary color
Monochromatic Colors of #EECAF0
Black with #EECAF0
Text Example
Text Example
White with #EECAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAF0; }
p { color: rgb(238,202,240); }
H1.HeaderClassName
{
color: #EECAF0;
}
.AnyTagClassName
{
color: #EECAF0;
}
</style>
background-color css
<style>
a { background-color: #EECAF0; }
a { background-color: rgb(238,202,240); }
div.DivClassName
{
background-color: #EECAF0;
}
.BgClassName
{
background-color: #EECAF0;
}
</style>
border-color css
<style>
span { border-color: #EECAF0; }
span { border-color: rgb(238,202,240); }
td.TdClassName
{
border-color: #EECAF0;
}
.TagClassName
{
border-color: #EECAF0;
}
</style>