#EACEEA

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

Shades of Snuff #EACEEA

Tints of Snuff #EACEEA

Color information

#EACEEA (or 0xEACEEA) is unknown color: approx Snuff. HEX triplet: EA, CE and EA. RGB value is (234,206,234). Sum of RGB (Red+Green+Blue) = 234+206+234=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEA is #153115. Grayscale: #D9D9D9. Windows color (decimal): -1388822 or 15388394. OLE color: 15388394.

HSL color Cylindrical-coordinate representation of color #EACEEA: hue angle of 300º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACEEA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234206234-
CMYK00.1200.08
HSL300º40%86.27%-
HSV(B)300º11.97%91.76%-
XYZ70.8567.5887.15-
YUV217.56137.28139.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=34.72%
G=30.56%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420623400.1200.083004086.27
HexEACEEA0C0812c2856
Octal35231635201401045450126
Binary11101010110011101110101001100010001001011001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEEA; }

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

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

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

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

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

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

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

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