#EED5DD

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

Shades of Pale Rose #EED5DD

Tints of Pale Rose #EED5DD

Color information

#EED5DD (or 0xEED5DD) is unknown color: approx Pale Rose. HEX triplet: EE, D5 and DD. RGB value is (238,213,221). Sum of RGB (Red+Green+Blue) = 238+213+221=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5DD is #112A22. Grayscale: #DDDDDD. Windows color (decimal): -1124899 or 14538222. OLE color: 14538222.

HSL color Cylindrical-coordinate representation of color #EED5DD: hue angle of 340.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5DD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238213221-
CMYK00.110.070.07
HSL340.8º42.37%88.43%-
HSV(B)340.8º10.5%93.33%-
XYZ72.1170.9978.31-
YUV221.39127.78139.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=35.42%
G=31.70%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821322100.110.070.07340.842.3788.43
HexEED5DD0B771552a58
Octal3563253350137752552130
Binary111011101101010111011101010111111111010101011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5DD; }

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

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

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

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

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

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

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

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