#E7D9DC

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

Shades of Pale Rose #E7D9DC

Tints of Pale Rose #E7D9DC

Color information

#E7D9DC (or 0xE7D9DC) is unknown color: approx Pale Rose. HEX triplet: E7, D9 and DC. RGB value is (231,217,220). Sum of RGB (Red+Green+Blue) = 231+217+220=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9DC is #182623. Grayscale: #DDDDDD. Windows color (decimal): -1582628 or 14473703. OLE color: 14473703.

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

Color convert

RGB231217220-
CMYK00.060.050.09
HSL347.14º22.58%87.84%-
HSV(B)347.14º6.06%90.59%-
XYZ70.6971.7877.84-
YUV221.53127.14134.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=34.58%
G=32.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121722000.060.050.09347.1422.5887.84
HexE7D9DC065915b1758
Octal3473313340651153327130
Binary11100111110110011101110001101011001101011011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9DC; }

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

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

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

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

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

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

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

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