#EACAEF

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

Shades of Snuff #EACAEF

Tints of Snuff #EACAEF

Color information

#EACAEF (or 0xEACAEF) is unknown color: approx Snuff. HEX triplet: EA, CA and EF. RGB value is (234,202,239). Sum of RGB (Red+Green+Blue) = 234+202+239=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #EACAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAEF is #153510. Grayscale: #D7D7D7. Windows color (decimal): -1389841 or 15715050. OLE color: 15715050.

HSL color Cylindrical-coordinate representation of color #EACAEF: hue angle of 291.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACAEF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234202239-
CMYK0.020.1500.06
HSL291.89º53.62%86.47%-
HSV(B)291.89º15.48%93.73%-
XYZ70.6365.9790.67-
YUV215.79141.1140.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=34.67%
G=29.93%
B=35.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342022390.020.1500.06291.8953.6286.47
HexEACAEF2F061243656
Octal3523123572170644466126
Binary11101010110010101110111110111101101001001001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAEF; }

 p { color: rgb(234,202,239); }

 H1.HeaderClassName
 {
   color: #EACAEF;
 }
 .AnyTagClassName
 {
   color: #EACAEF;
 }
</style>
background-color css

<style>
 a { background-color: #EACAEF; }

 a { background-color: rgb(234,202,239); }

 div.DivClassName
 {
   background-color: #EACAEF;
 }
 .BgClassName
 {
   background-color: #EACAEF;
 }
</style>
border-color css

<style>
 span { border-color: #EACAEF; }

 span { border-color: rgb(234,202,239); }

 td.TdClassName
 {
   border-color: #EACAEF;
 }
 .TagClassName
 {
   border-color: #EACAEF;
 }
</style>