#E1DCDD

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

Shades of Pale Rose #E1DCDD

Tints of Pale Rose #E1DCDD

Color information

#E1DCDD (or 0xE1DCDD) is unknown color: approx Pale Rose. HEX triplet: E1, DC and DD. RGB value is (225,220,221). Sum of RGB (Red+Green+Blue) = 225+220+221=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCDD is #1E2322. Grayscale: #DDDDDD. Windows color (decimal): -1975075 or 14540001. OLE color: 14540001.

HSL color Cylindrical-coordinate representation of color #E1DCDD: hue angle of 348º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DCDD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225220221-
CMYK00.020.020.12
HSL348º7.69%87.25%-
HSV(B)348º2.22%88.24%-
XYZ69.772.4178.71-
YUV221.61127.66130.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=33.78%
G=33.03%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522022100.020.020.123487.6987.25
HexE1DCDD022C15c857
Octal3413343350221453410127
Binary11100001110111001101110101010110010101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCDD; }

 p { color: rgb(225,220,221); }

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

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

 a { background-color: rgb(225,220,221); }

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

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

 span { border-color: rgb(225,220,221); }

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