#EACED1

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

Shades of Pale Rose #EACED1

Tints of Pale Rose #EACED1

Color information

#EACED1 (or 0xEACED1) is unknown color: approx Pale Rose. HEX triplet: EA, CE and D1. RGB value is (234,206,209). Sum of RGB (Red+Green+Blue) = 234+206+209=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED1 is #15312E. Grayscale: #D6D6D6. Windows color (decimal): -1388847 or 13749994. OLE color: 13749994.

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

Color convert

RGB234206209-
CMYK00.120.110.08
HSL353.57º40%86.27%-
HSV(B)353.57º11.97%91.76%-
XYZ67.5166.2469.55-
YUV214.71124.78141.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=36.06%
G=31.74%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420620900.120.110.08353.574086.27
HexEACED10CB81622856
Octal352316321014131054250126
Binary11101010110011101101000101100101110001011000101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED1; }

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

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

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

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

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

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

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

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