#E5DCDE

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

Shades of Pale Rose #E5DCDE

Tints of Pale Rose #E5DCDE

Color information

#E5DCDE (or 0xE5DCDE) is unknown color: approx Pale Rose. HEX triplet: E5, DC and DE. RGB value is (229,220,222). Sum of RGB (Red+Green+Blue) = 229+220+222=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDE is #1A2321. Grayscale: #DEDEDE. Windows color (decimal): -1712930 or 14605541. OLE color: 14605541.

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

Color convert

RGB229220222-
CMYK00.040.030.10
HSL346.67º14.75%88.04%-
HSV(B)346.67º3.93%89.8%-
XYZ71.0973.1279.47-
YUV222.92127.48132.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=34.13%
G=32.79%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922022200.040.030.10346.6714.7588.04
HexE5DCDE043A15bf58
Octal3453343360431253317130
Binary111001011101110011011110010011101010101101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCDE; }

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

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

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

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

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

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

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

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