#EACEEF

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

Shades of Snuff #EACEEF

Tints of Snuff #EACEEF

Color information

#EACEEF (or 0xEACEEF) is unknown color: approx Snuff. HEX triplet: EA, CE and EF. RGB value is (234,206,239). Sum of RGB (Red+Green+Blue) = 234+206+239=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #EACEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEF is #153110. Grayscale: #DADADA. Windows color (decimal): -1388817 or 15716074. OLE color: 15716074.

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

Color convert

RGB234206239-
CMYK0.020.1400.06
HSL290.91º50.77%87.25%-
HSV(B)290.91º13.81%93.73%-
XYZ71.5867.8790.99-
YUV218.13139.78139.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=34.46%
G=30.34%
B=35.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342062390.020.1400.06290.9150.7787.25
HexEACEEF2E061233357
Octal3523163572160644363127
Binary11101010110011101110111110111001101001000111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEEF; }

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

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

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

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

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

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

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

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