#EED9DF

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

Shades of Pale Rose #EED9DF

Tints of Pale Rose #EED9DF

Color information

#EED9DF (or 0xEED9DF) is unknown color: approx Pale Rose. HEX triplet: EE, D9 and DF. RGB value is (238,217,223). Sum of RGB (Red+Green+Blue) = 238+217+223=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DF is #112620. Grayscale: #DFDFDF. Windows color (decimal): -1123873 or 14670318. OLE color: 14670318.

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

Color convert

RGB238217223-
CMYK00.090.060.07
HSL342.86º38.18%89.22%-
HSV(B)342.86º8.82%93.33%-
XYZ73.3973.1380.06-
YUV223.96127.46138.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=35.10%
G=32.01%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821722300.090.060.07342.8638.1889.22
HexEED9DF09671572659
Octal3563313370116752746131
Binary111011101101100111011111010011101111010101111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9DF; }

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

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

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

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

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

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

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

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