#EED9DA

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

Shades of Pale Rose #EED9DA

Tints of Pale Rose #EED9DA

Color information

#EED9DA (or 0xEED9DA) is unknown color: approx Pale Rose. HEX triplet: EE, D9 and DA. RGB value is (238,217,218). Sum of RGB (Red+Green+Blue) = 238+217+218=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DA is #112625. Grayscale: #DFDFDF. Windows color (decimal): -1123878 or 14342638. OLE color: 14342638.

HSL color Cylindrical-coordinate representation of color #EED9DA: hue angle of 357.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED9DA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238217218-
CMYK00.090.080.07
HSL357.14º38.18%89.22%-
HSV(B)357.14º8.82%93.33%-
XYZ72.7372.8676.56-
YUV223.39124.96138.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 217 (85.16% from 255) = 32.24%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=35.36%
G=32.24%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821721800.090.080.07357.1438.1889.22
HexEED9DA09871652659
Octal35633133201110754546131
Binary1110111011011001110110100100110001111011001011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9DA; }

 p { color: rgb(238,217,218); }

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

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

 a { background-color: rgb(238,217,218); }

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

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

 span { border-color: rgb(238,217,218); }

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