#EACED9

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

Shades of Prim #EACED9

Tints of Prim #EACED9

Color information

#EACED9 (or 0xEACED9) is unknown color: approx Prim. HEX triplet: EA, CE and D9. RGB value is (234,206,217). Sum of RGB (Red+Green+Blue) = 234+206+217=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED9 is #153126. Grayscale: #D7D7D7. Windows color (decimal): -1388839 or 14274282. OLE color: 14274282.

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

Color convert

RGB234206217-
CMYK00.120.070.08
HSL336.43º40%86.27%-
HSV(B)336.43º11.97%91.76%-
XYZ68.5366.6474.9-
YUV215.63128.78141.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=35.62%
G=31.35%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420621700.120.070.08336.434086.27
HexEACED90C781502856
Octal35231633101471052050126
Binary1110101011001110110110010110011110001010100001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED9; }

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

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

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

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

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

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

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

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