#EED9DD

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

Shades of Pale Rose #EED9DD

Tints of Pale Rose #EED9DD

Color information

#EED9DD (or 0xEED9DD) is unknown color: approx Pale Rose. HEX triplet: EE, D9 and DD. RGB value is (238,217,221). Sum of RGB (Red+Green+Blue) = 238+217+221=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DD is #112622. Grayscale: #DFDFDF. Windows color (decimal): -1123875 or 14539246. OLE color: 14539246.

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

Color convert

RGB238217221-
CMYK00.090.070.07
HSL348.57º38.18%89.22%-
HSV(B)348.57º8.82%93.33%-
XYZ73.1273.0278.65-
YUV223.74126.46138.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=35.21%
G=32.10%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821722100.090.070.07348.5738.1889.22
HexEED9DD097715d2659
Octal3563313350117753546131
Binary111011101101100111011101010011111111010111011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9DD; }

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

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

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

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

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

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

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

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