#EACED5

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

Shades of Pink Lace #EACED5

Tints of Pink Lace #EACED5

Color information

#EACED5 (or 0xEACED5) is unknown color: approx Pink Lace. HEX triplet: EA, CE and D5. RGB value is (234,206,213). Sum of RGB (Red+Green+Blue) = 234+206+213=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED5 is #15312A. Grayscale: #D7D7D7. Windows color (decimal): -1388843 or 14012138. OLE color: 14012138.

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

Color convert

RGB234206213-
CMYK00.120.090.08
HSL345º40%86.27%-
HSV(B)345º11.97%91.76%-
XYZ68.0166.4472.19-
YUV215.17126.78141.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=35.83%
G=31.55%
B=32.62%

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
Decimal23420621300.120.090.083454086.27
HexEACED50C981592856
Octal352316325014111053150126
Binary11101010110011101101010101100100110001010110011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED5; }

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

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

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

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

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

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

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

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