#EACED4

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

Shades of Pale Rose #EACED4

Tints of Pale Rose #EACED4

Color information

#EACED4 (or 0xEACED4) is unknown color: approx Pale Rose. HEX triplet: EA, CE and D4. RGB value is (234,206,212). Sum of RGB (Red+Green+Blue) = 234+206+212=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED4 is #15312B. Grayscale: #D7D7D7. Windows color (decimal): -1388844 or 13946602. OLE color: 13946602.

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

Color convert

RGB234206212-
CMYK00.120.090.08
HSL347.14º40%86.27%-
HSV(B)347.14º11.97%91.76%-
XYZ67.8966.3971.52-
YUV215.06126.28141.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=35.89%
G=31.60%
B=32.52%

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
Decimal23420621200.120.090.08347.144086.27
HexEACED40C9815b2856
Octal352316324014111053350126
Binary11101010110011101101010001100100110001010110111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED4; }

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

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

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

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

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

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

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

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