#EACED2

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

Shades of Pale Rose #EACED2

Tints of Pale Rose #EACED2

Color information

#EACED2 (or 0xEACED2) is unknown color: approx Pale Rose. HEX triplet: EA, CE and D2. RGB value is (234,206,210). Sum of RGB (Red+Green+Blue) = 234+206+210=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED2 is #15312D. Grayscale: #D6D6D6. Windows color (decimal): -1388846 or 13815530. OLE color: 13815530.

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

Color convert

RGB234206210-
CMYK00.120.100.08
HSL351.43º40%86.27%-
HSV(B)351.43º11.97%91.76%-
XYZ67.6466.2970.2-
YUV214.83125.28141.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=36%
G=31.69%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420621000.120.100.08351.434086.27
HexEACED20CA815f2856
Octal352316322014121053750126
Binary11101010110011101101001001100101010001010111111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED2; }

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

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

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

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

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

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

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

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