#E1D8DA

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

Shades of Pale Rose #E1D8DA

Tints of Pale Rose #E1D8DA

Color information

#E1D8DA (or 0xE1D8DA) is unknown color: approx Pale Rose. HEX triplet: E1, D8 and DA. RGB value is (225,216,218). Sum of RGB (Red+Green+Blue) = 225+216+218=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8DA is #1E2725. Grayscale: #DADADA. Windows color (decimal): -1976102 or 14342369. OLE color: 14342369.

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

Color convert

RGB225216218-
CMYK00.040.030.12
HSL346.67º13.04%86.47%-
HSV(B)346.67º4%88.24%-
XYZ68.2670.1876.28-
YUV218.92127.48132.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.14%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=34.14%
G=32.78%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22521621800.040.030.12346.6713.0486.47
HexE1D8DA043C15bd56
Octal3413303320431453315126
Binary111000011101100011011010010011110010101101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8DA; }

 p { color: rgb(225,216,218); }

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

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

 a { background-color: rgb(225,216,218); }

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

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

 span { border-color: rgb(225,216,218); }

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