#E5DDDE

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

Shades of Pale Rose #E5DDDE

Tints of Pale Rose #E5DDDE

Color information

#E5DDDE (or 0xE5DDDE) is unknown color: approx Pale Rose. HEX triplet: E5, DD and DE. RGB value is (229,221,222). Sum of RGB (Red+Green+Blue) = 229+221+222=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDE is #1A2221. Grayscale: #DFDFDF. Windows color (decimal): -1712674 or 14605797. OLE color: 14605797.

HSL color Cylindrical-coordinate representation of color #E5DDDE: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DDDE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229221222-
CMYK00.030.030.10
HSL352.5º13.33%88.24%-
HSV(B)352.5º3.49%89.8%-
XYZ71.3573.6479.56-
YUV223.51127.15131.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=34.08%
G=32.89%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922122200.030.030.10352.513.3388.24
HexE5DDDE033A160d58
Octal3453353360331254015130
Binary11100101110111011101111001111101010110000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDDE; }

 p { color: rgb(229,221,222); }

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

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

 a { background-color: rgb(229,221,222); }

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

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

 span { border-color: rgb(229,221,222); }

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