Shades of Snuff #EECAF4
Tints of Snuff #EECAF4
RGB
CMYK
RGB Variations
Color information
#EECAF4 (or 0xEECAF4) is known color: Snuff. HEX triplet: EE, CA and F4. RGB value is (238,202,244). Sum of RGB (Red+Green+Blue) = 238+202+244=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #EECAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF4 is #11350B. Grayscale: #D9D9D9. Windows color (decimal): -1127692 or 16042734. OLE color: 16042734.
HSL color Cylindrical-coordinate representation of color #EECAF4: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECAF4 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 202 | 244 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.04 |
| HSL | 291.43º | 0.66% | 0.87% | - |
| HSV(B) | 291.43º | 0.17% | 0.96% | - |
| XYZ | 72.71 | 66.95 | 94.68 | - |
| YUV | 217.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 244 | 0.02 | 0.17 | 0 | 0.04 | 291.43 | 0.66 | 0.87 |
| Hex | EE | CA | F4 | 2 | 11 | 0 | 4 | 123 | 42 | 57 |
| Octal | 356 | 312 | 364 | 2 | 21 | 0 | 4 | 443 | 102 | 127 |
| Binary | 11101110 | 11001010 | 11110100 | 10 | 10001 | 0 | 100 | 100100011 | 1000010 | 1010111 |
Color Harmonies of #EECAF4
Complementary color
Monochromatic Colors of #EECAF4
Black with #EECAF4
Text Example
Text Example
White with #EECAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAF4; }
p { color: rgb(238,202,244); }
H1.HeaderClassName
{
color: #EECAF4;
}
.AnyTagClassName
{
color: #EECAF4;
}
</style>
background-color css
<style>
a { background-color: #EECAF4; }
a { background-color: rgb(238,202,244); }
div.DivClassName
{
background-color: #EECAF4;
}
.BgClassName
{
background-color: #EECAF4;
}
</style>
border-color css
<style>
span { border-color: #EECAF4; }
span { border-color: rgb(238,202,244); }
td.TdClassName
{
border-color: #EECAF4;
}
.TagClassName
{
border-color: #EECAF4;
}
</style>