#E3DDDE

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

Shades of Pale Rose #E3DDDE

Tints of Pale Rose #E3DDDE

Color information

#E3DDDE (or 0xE3DDDE) is unknown color: approx Pale Rose. HEX triplet: E3, DD and DE. RGB value is (227,221,222). Sum of RGB (Red+Green+Blue) = 227+221+222=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDDE is #1C2221. Grayscale: #DEDEDE. Windows color (decimal): -1843746 or 14605795. OLE color: 14605795.

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

Color convert

RGB227221222-
CMYK00.030.020.11
HSL350º9.68%87.84%-
HSV(B)350º2.64%89.02%-
XYZ70.7273.3279.53-
YUV222.91127.49130.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=33.88%
G=32.99%
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
Decimal22722122200.030.020.113509.6887.84
HexE3DDDE032B15ea58
Octal3433353360321353612130
Binary11100011110111011101111001110101110101111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDDE; }

 p { color: rgb(227,221,222); }

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

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

 a { background-color: rgb(227,221,222); }

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

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

 span { border-color: rgb(227,221,222); }

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