#E5DADD

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

Shades of Pale Rose #E5DADD

Tints of Pale Rose #E5DADD

Color information

#E5DADD (or 0xE5DADD) is unknown color: approx Pale Rose. HEX triplet: E5, DA and DD. RGB value is (229,218,221). Sum of RGB (Red+Green+Blue) = 229+218+221=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DADD is #1A2522. Grayscale: #DDDDDD. Windows color (decimal): -1713443 or 14539493. OLE color: 14539493.

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

Color convert

RGB229218221-
CMYK00.050.030.10
HSL343.64º17.46%87.65%-
HSV(B)343.64º4.8%89.8%-
XYZ70.4472.0278.6-
YUV221.63127.64133.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=34.28%
G=32.63%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921822100.050.030.10343.6417.4687.65
HexE5DADD053A1581158
Octal3453323350531253021130
Binary1110010111011010110111010101111010101011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DADD; }

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

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

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

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

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

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

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

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