#E4D4D5

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

Shades of Pale Rose #E4D4D5

Tints of Pale Rose #E4D4D5

Color information

#E4D4D5 (or 0xE4D4D5) is unknown color: approx Pale Rose. HEX triplet: E4, D4 and D5. RGB value is (228,212,213). Sum of RGB (Red+Green+Blue) = 228+212+213=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4D5 is #1B2B2A. Grayscale: #D8D8D8. Windows color (decimal): -1780523 or 14013668. OLE color: 14013668.

HSL color Cylindrical-coordinate representation of color #E4D4D5: hue angle of 356.25º degrees, saturation: 0.23, 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 #E4D4D5 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB228212213-
CMYK00.070.070.11
HSL356.25º22.86%86.27%-
HSV(B)356.25º7.02%89.41%-
XYZ67.5568.3972.59-
YUV216.9125.8135.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=34.92%
G=32.47%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821221300.070.070.11356.2522.8686.27
HexE4D4D5077B1641756
Octal3443243250771354427126
Binary11100100110101001101010101111111011101100100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D4D5; }

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

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

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

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

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

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

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

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