#E3D1D2

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

Shades of Pale Rose #E3D1D2

Tints of Pale Rose #E3D1D2

Color information

#E3D1D2 (or 0xE3D1D2) is unknown color: approx Pale Rose. HEX triplet: E3, D1 and D2. RGB value is (227,209,210). Sum of RGB (Red+Green+Blue) = 227+209+210=646 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.14% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D1D2 is #1C2E2D. Grayscale: #D6D6D6. Windows color (decimal): -1846830 or 13816291. OLE color: 13816291.

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

Color convert

RGB227209210-
CMYK00.080.070.11
HSL356.67º24.32%85.49%-
HSV(B)356.67º7.93%89.02%-
XYZ66.1166.5870.34-
YUV214.5125.46136.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.14%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 210 (82.42% from 255) = 32.51%
R=35.14%
G=32.35%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720921000.080.070.11356.6724.3285.49
HexE3D1D2087B1651855
Octal34332132201071354530125
Binary111000111101000111010010010001111011101100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D1D2; }

 p { color: rgb(227,209,210); }

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

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

 a { background-color: rgb(227,209,210); }

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

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

 span { border-color: rgb(227,209,210); }

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