#E1D0D1

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

Shades of Pale Rose #E1D0D1

Tints of Pale Rose #E1D0D1

Color information

#E1D0D1 (or 0xE1D0D1) is unknown color: approx Pale Rose. HEX triplet: E1, D0 and D1. RGB value is (225,208,209). Sum of RGB (Red+Green+Blue) = 225+208+209=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0D1 is #1E2F2E. Grayscale: #D5D5D5. Windows color (decimal): -1978159 or 13750497. OLE color: 13750497.

HSL color Cylindrical-coordinate representation of color #E1D0D1: hue angle of 356.47º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0D1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225208209-
CMYK00.080.070.12
HSL356.47º22.08%84.9%-
HSV(B)356.47º7.56%88.24%-
XYZ65.1265.7269.58-
YUV213.2125.63136.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=35.05%
G=32.40%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520820900.080.070.12356.4722.0884.9
HexE1D0D1087C1641655
Octal34132032101071454426125
Binary111000011101000011010001010001111100101100100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0D1; }

 p { color: rgb(225,208,209); }

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

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

 a { background-color: rgb(225,208,209); }

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

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

 span { border-color: rgb(225,208,209); }

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