#E5DCDD

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

Shades of Pale Rose #E5DCDD

Tints of Pale Rose #E5DCDD

Color information

#E5DCDD (or 0xE5DCDD) is unknown color: approx Pale Rose. HEX triplet: E5, DC and DD. RGB value is (229,220,221). Sum of RGB (Red+Green+Blue) = 229+220+221=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDD is #1A2322. Grayscale: #DEDEDE. Windows color (decimal): -1712931 or 14540005. OLE color: 14540005.

HSL color Cylindrical-coordinate representation of color #E5DCDD: hue angle of 353.33º 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 #E5DCDD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229220221-
CMYK00.040.030.10
HSL353.33º14.75%88.04%-
HSV(B)353.33º3.93%89.8%-
XYZ70.9673.0678.77-
YUV222.8126.98132.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.18%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=34.18%
G=32.84%
B=32.99%

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
Decimal22922022100.040.030.10353.3314.7588.04
HexE5DCDD043A161f58
Octal3453343350431254117130
Binary111001011101110011011101010011101010110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCDD; }

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

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

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

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

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

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

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

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