#E1DBDC

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

Shades of Pale Rose #E1DBDC

Tints of Pale Rose #E1DBDC

Color information

#E1DBDC (or 0xE1DBDC) is unknown color: approx Pale Rose. HEX triplet: E1, DB and DC. RGB value is (225,219,220). Sum of RGB (Red+Green+Blue) = 225+219+220=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDC is #1E2423. Grayscale: #DCDCDC. Windows color (decimal): -1975332 or 14474209. OLE color: 14474209.

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

Color convert

RGB225219220-
CMYK00.030.020.12
HSL350º9.09%87.06%-
HSV(B)350º2.67%88.24%-
XYZ69.371.8477.92-
YUV220.91127.49130.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=33.89%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22521922000.030.020.123509.0987.06
HexE1DBDC032C15e957
Octal3413333340321453611127
Binary11100001110110111101110001110110010101111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBDC; }

 p { color: rgb(225,219,220); }

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

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

 a { background-color: rgb(225,219,220); }

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

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

 span { border-color: rgb(225,219,220); }

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