#EACED3

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

Shades of Pale Rose #EACED3

Tints of Pale Rose #EACED3

Color information

#EACED3 (or 0xEACED3) is unknown color: approx Pale Rose. HEX triplet: EA, CE and D3. RGB value is (234,206,211). Sum of RGB (Red+Green+Blue) = 234+206+211=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED3 is #15312C. Grayscale: #D6D6D6. Windows color (decimal): -1388845 or 13881066. OLE color: 13881066.

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

Color convert

RGB234206211-
CMYK00.120.100.08
HSL349.29º40%86.27%-
HSV(B)349.29º11.97%91.76%-
XYZ67.7666.3470.86-
YUV214.94125.78141.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=35.94%
G=31.64%
B=32.41%

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
Decimal23420621100.120.100.08349.294086.27
HexEACED30CA815d2856
Octal352316323014121053550126
Binary11101010110011101101001101100101010001010111011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACED3; }

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

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

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

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

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

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

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

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