#EACED6

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

Shades of Prim #EACED6

Tints of Prim #EACED6

Color information

#EACED6 (or 0xEACED6) is unknown color: approx Prim. HEX triplet: EA, CE and D6. RGB value is (234,206,214). Sum of RGB (Red+Green+Blue) = 234+206+214=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED6 is #153129. Grayscale: #D7D7D7. Windows color (decimal): -1388842 or 14077674. OLE color: 14077674.

HSL color Cylindrical-coordinate representation of color #EACED6: hue angle of 342.86º 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 #EACED6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234206214-
CMYK00.120.090.08
HSL342.86º40%86.27%-
HSV(B)342.86º11.97%91.76%-
XYZ68.1466.4972.86-
YUV215.28127.28141.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=35.78%
G=31.50%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420621400.120.090.08342.864086.27
HexEACED60C981572856
Octal352316326014111052750126
Binary11101010110011101101011001100100110001010101111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED6; }

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

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

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

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

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

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

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

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