#E1D0D3

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

Shades of Pale Rose #E1D0D3

Tints of Pale Rose #E1D0D3

Color information

#E1D0D3 (or 0xE1D0D3) is unknown color: approx Pale Rose. HEX triplet: E1, D0 and D3. RGB value is (225,208,211). Sum of RGB (Red+Green+Blue) = 225+208+211=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0D3 is #1E2F2C. Grayscale: #D5D5D5. Windows color (decimal): -1978157 or 13881569. OLE color: 13881569.

HSL color Cylindrical-coordinate representation of color #E1D0D3: hue angle of 349.41º 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 #E1D0D3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225208211-
CMYK00.080.060.12
HSL349.41º22.08%84.9%-
HSV(B)349.41º7.56%88.24%-
XYZ65.3765.8270.89-
YUV213.42126.63136.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 211 (82.81% from 255) = 32.76%
R=34.94%
G=32.30%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520821100.080.060.12349.4122.0884.9
HexE1D0D3086C15d1655
Octal34132032301061453526125
Binary111000011101000011010011010001101100101011101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0D3; }

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

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

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

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

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

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

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

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