#EED8DF

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

Shades of Pale Rose #EED8DF

Tints of Pale Rose #EED8DF

Color information

#EED8DF (or 0xEED8DF) is unknown color: approx Pale Rose. HEX triplet: EE, D8 and DF. RGB value is (238,216,223). Sum of RGB (Red+Green+Blue) = 238+216+223=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8DF is #112720. Grayscale: #DFDFDF. Windows color (decimal): -1124129 or 14670062. OLE color: 14670062.

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

Color convert

RGB238216223-
CMYK00.090.060.07
HSL340.91º39.29%89.02%-
HSV(B)340.91º9.24%93.33%-
XYZ73.1472.6279.97-
YUV223.38127.79138.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=35.16%
G=31.91%
B=32.94%

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
Decimal23821622300.090.060.07340.9139.2989.02
HexEED8DF09671552759
Octal3563303370116752547131
Binary111011101101100011011111010011101111010101011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8DF; }

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

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

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

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

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

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

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

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