#E7D9DA

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

Shades of Pale Rose #E7D9DA

Tints of Pale Rose #E7D9DA

Color information

#E7D9DA (or 0xE7D9DA) is unknown color: approx Pale Rose. HEX triplet: E7, D9 and DA. RGB value is (231,217,218). Sum of RGB (Red+Green+Blue) = 231+217+218=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9DA is #182625. Grayscale: #DDDDDD. Windows color (decimal): -1582630 or 14342631. OLE color: 14342631.

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

Color convert

RGB231217218-
CMYK00.060.060.09
HSL355.71º22.58%87.84%-
HSV(B)355.71º6.06%90.59%-
XYZ70.4271.6876.45-
YUV221.3126.14134.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.68%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=34.68%
G=32.58%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121721800.060.060.09355.7122.5887.84
HexE7D9DA06691641758
Octal3473313320661154427130
Binary11100111110110011101101001101101001101100100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9DA; }

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

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

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

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

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

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

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

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