#E7D5DA

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

Shades of Pale Rose #E7D5DA

Tints of Pale Rose #E7D5DA

Color information

#E7D5DA (or 0xE7D5DA) is unknown color: approx Pale Rose. HEX triplet: E7, D5 and DA. RGB value is (231,213,218). Sum of RGB (Red+Green+Blue) = 231+213+218=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5DA is #182A25. Grayscale: #DADADA. Windows color (decimal): -1583654 or 14341607. OLE color: 14341607.

HSL color Cylindrical-coordinate representation of color #E7D5DA: hue angle of 343.33º degrees, saturation: 0.27, 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 #E7D5DA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231213218-
CMYK00.080.060.09
HSL343.33º27.27%87.06%-
HSV(B)343.33º7.79%90.59%-
XYZ69.469.6476.11-
YUV218.95127.46136.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=34.89%
G=32.18%
B=32.93%

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
Decimal23121321800.080.060.09343.3327.2787.06
HexE7D5DA08691571b57
Octal34732533201061152733127
Binary111001111101010111011010010001101001101010111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D5DA; }

 p { color: rgb(231,213,218); }

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

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

 a { background-color: rgb(231,213,218); }

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

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

 span { border-color: rgb(231,213,218); }

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