#E0D9DA

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

Shades of Pale Rose #E0D9DA

Tints of Pale Rose #E0D9DA

Color information

#E0D9DA (or 0xE0D9DA) is unknown color: approx Pale Rose. HEX triplet: E0, D9 and DA. RGB value is (224,217,218). Sum of RGB (Red+Green+Blue) = 224+217+218=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9DA is #1F2625. Grayscale: #DBDBDB. Windows color (decimal): -2041382 or 14342624. OLE color: 14342624.

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

Color convert

RGB224217218-
CMYK00.030.030.12
HSL351.43º10.14%86.47%-
HSV(B)351.43º3.12%87.84%-
XYZ68.2170.5376.35-
YUV219.21127.32131.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=33.99%
G=32.93%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421721800.030.030.12351.4310.1486.47
HexE0D9DA033C15fa56
Octal3403313320331453712126
Binary11100000110110011101101001111110010101111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9DA; }

 p { color: rgb(224,217,218); }

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

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

 a { background-color: rgb(224,217,218); }

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

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

 span { border-color: rgb(224,217,218); }

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