#E2DCDD

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

Shades of Pale Rose #E2DCDD

Tints of Pale Rose #E2DCDD

Color information

#E2DCDD (or 0xE2DCDD) is unknown color: approx Pale Rose. HEX triplet: E2, DC and DD. RGB value is (226,220,221). Sum of RGB (Red+Green+Blue) = 226+220+221=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCDD is #1D2322. Grayscale: #DDDDDD. Windows color (decimal): -1909539 or 14540002. OLE color: 14540002.

HSL color Cylindrical-coordinate representation of color #E2DCDD: hue angle of 350º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DCDD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226220221-
CMYK00.030.020.11
HSL350º9.38%87.45%-
HSV(B)350º2.65%88.63%-
XYZ70.0172.5878.73-
YUV221.91127.49130.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=33.88%
G=32.98%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622022100.030.020.113509.3887.45
HexE2DCDD032B15e957
Octal3423343350321353611127
Binary11100010110111001101110101110101110101111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCDD; }

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

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

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

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

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

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

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

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