#E1DDDE

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

Shades of Pale Rose #E1DDDE

Tints of Pale Rose #E1DDDE

Color information

#E1DDDE (or 0xE1DDDE) is unknown color: approx Pale Rose. HEX triplet: E1, DD and DE. RGB value is (225,221,222). Sum of RGB (Red+Green+Blue) = 225+221+222=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDDE is #1E2221. Grayscale: #DEDEDE. Windows color (decimal): -1974818 or 14605793. OLE color: 14605793.

HSL color Cylindrical-coordinate representation of color #E1DDDE: hue angle of 345º degrees, saturation: 0.06, 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 #E1DDDE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225221222-
CMYK00.020.010.12
HSL345º6.25%87.45%-
HSV(B)345º1.78%88.24%-
XYZ70.0972.9979.5-
YUV222.31127.83129.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=33.68%
G=33.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522122200.020.010.123456.2587.45
HexE1DDDE021C159657
Octal341335336021145316127
Binary111000011101110111011110010111001010110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDDE; }

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

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

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

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

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

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

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

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