#EACAF0

Color #EACAF0 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EACAF0

Tints of Snuff #EACAF0

Color information

#EACAF0 (or 0xEACAF0) is unknown color: approx 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

RGB234202240-
CMYK0.020.1600.06
HSL290.53º55.88%86.67%-
HSV(B)290.53º15.83%94.12%-
XYZ70.7866.0291.45-
YUV215.9141.6140.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=34.62%
G=29.88%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342022400.020.1600.06290.5355.8886.67
HexEACAF0210061233857
Octal3523123602200644370127
Binary111010101100101011110000101000001101001000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>