Shades of Snuff #EACAF0
Tints of Snuff #EACAF0
RGB
CMYK
RGB Variations
Color information
#EACAF0 (or 0xEACAF0) is known color: Snuff. HEX triplet: EA, CA and F0. RGB value is (234,202,240). Sum of RGB (Red+Green+Blue) = 234+202+240=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #EACAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF0 is #15350F. Grayscale: #D7D7D7. Windows color (decimal): -1389840 or 15780586. OLE color: 15780586.
HSL color Cylindrical-coordinate representation of color #EACAF0: hue angle of 290.53º 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 #EACAF0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 202 | 240 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.06 |
| HSL | 290.53º | 0.56% | 0.87% | - |
| HSV(B) | 290.53º | 0.16% | 0.94% | - |
| XYZ | 70.78 | 66.02 | 91.45 | - |
| YUV | 215.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 240 | 0.02 | 0.16 | 0 | 0.06 | 290.53 | 0.56 | 0.87 |
| Hex | EA | CA | F0 | 2 | 10 | 0 | 6 | 123 | 38 | 57 |
| Octal | 352 | 312 | 360 | 2 | 20 | 0 | 6 | 443 | 70 | 127 |
| Binary | 11101010 | 11001010 | 11110000 | 10 | 10000 | 0 | 110 | 100100011 | 111000 | 1010111 |
Color Harmonies of #EACAF0
Complementary color
Monochromatic Colors of #EACAF0
Black with #EACAF0
Text Example
Text Example
White with #EACAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAF0; }
p { color: rgb(234,202,240); }
H1.HeaderClassName
{
color: #EACAF0;
}
.AnyTagClassName
{
color: #EACAF0;
}
</style>
background-color css
<style>
a { background-color: #EACAF0; }
a { background-color: rgb(234,202,240); }
div.DivClassName
{
background-color: #EACAF0;
}
.BgClassName
{
background-color: #EACAF0;
}
</style>
border-color css
<style>
span { border-color: #EACAF0; }
span { border-color: rgb(234,202,240); }
td.TdClassName
{
border-color: #EACAF0;
}
.TagClassName
{
border-color: #EACAF0;
}
</style>