#EED8DE

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

Shades of Pale Rose #EED8DE

Tints of Pale Rose #EED8DE

Color information

#EED8DE (or 0xEED8DE) is unknown color: approx Pale Rose. HEX triplet: EE, D8 and DE. RGB value is (238,216,222). Sum of RGB (Red+Green+Blue) = 238+216+222=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8DE is #112721. Grayscale: #DFDFDF. Windows color (decimal): -1124130 or 14604526. OLE color: 14604526.

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

Color convert

RGB238216222-
CMYK00.090.070.07
HSL343.64º39.29%89.02%-
HSV(B)343.64º9.24%93.33%-
XYZ7372.5679.27-
YUV223.26127.29138.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=35.21%
G=31.95%
B=32.84%

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
Decimal23821622200.090.070.07343.6439.2989.02
HexEED8DE09771582759
Octal3563303360117753047131
Binary111011101101100011011110010011111111010110001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8DE; }

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

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

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

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

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

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

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

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