#E3D4D5

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

Shades of Pale Rose #E3D4D5

Tints of Pale Rose #E3D4D5

Color information

#E3D4D5 (or 0xE3D4D5) is unknown color: approx Pale Rose. HEX triplet: E3, D4 and D5. RGB value is (227,212,213). Sum of RGB (Red+Green+Blue) = 227+212+213=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D4D5 is #1C2B2A. Grayscale: #D8D8D8. Windows color (decimal): -1846059 or 14013667. OLE color: 14013667.

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

Color convert

RGB227212213-
CMYK00.070.060.11
HSL356º21.13%86.08%-
HSV(B)356º6.61%89.02%-
XYZ67.2368.2272.58-
YUV216.6125.97135.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.82%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=34.82%
G=32.52%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721221300.070.060.1135621.1386.08
HexE3D4D5076B1641556
Octal3433243250761354425126
Binary11100011110101001101010101111101011101100100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D4D5; }

 p { color: rgb(227,212,213); }

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

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

 a { background-color: rgb(227,212,213); }

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

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

 span { border-color: rgb(227,212,213); }

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