#E7D4D9

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

Shades of Pale Rose #E7D4D9

Tints of Pale Rose #E7D4D9

Color information

#E7D4D9 (or 0xE7D4D9) is unknown color: approx Pale Rose. HEX triplet: E7, D4 and D9. RGB value is (231,212,217). Sum of RGB (Red+Green+Blue) = 231+212+217=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4D9 is #182B26. Grayscale: #DADADA. Windows color (decimal): -1583911 or 14275815. OLE color: 14275815.

HSL color Cylindrical-coordinate representation of color #E7D4D9: hue angle of 344.21º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D4D9 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231212217-
CMYK00.080.060.09
HSL344.21º28.36%86.86%-
HSV(B)344.21º8.23%90.59%-
XYZ69.0269.0975.34-
YUV218.25127.29137.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 212 (83.20% from 255) = 32.12%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=35%
G=32.12%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121221700.080.060.09344.2128.3686.86
HexE7D4D908691581c57
Octal34732433101061153034127
Binary111001111101010011011001010001101001101011000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D4D9; }

 p { color: rgb(231,212,217); }

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

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

 a { background-color: rgb(231,212,217); }

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

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

 span { border-color: rgb(231,212,217); }

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