#E7D7DA

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

Shades of Pale Rose #E7D7DA

Tints of Pale Rose #E7D7DA

Color information

#E7D7DA (or 0xE7D7DA) is unknown color: approx Pale Rose. HEX triplet: E7, D7 and DA. RGB value is (231,215,218). Sum of RGB (Red+Green+Blue) = 231+215+218=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7DA is #182825. Grayscale: #DCDCDC. Windows color (decimal): -1583142 or 14342119. OLE color: 14342119.

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

Color convert

RGB231215218-
CMYK00.070.060.09
HSL348.75º25%87.45%-
HSV(B)348.75º6.93%90.59%-
XYZ69.9170.6576.28-
YUV220.13126.8135.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.79%
GREEN value IS 215 (84.38% from 255) = 32.38%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=34.79%
G=32.38%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121521800.070.060.09348.752587.45
HexE7D7DA076915d1957
Octal3473273320761153531127
Binary11100111110101111101101001111101001101011101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D7DA; }

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

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

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

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

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

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

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

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