#E7D9DB

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

Shades of Pale Rose #E7D9DB

Tints of Pale Rose #E7D9DB

Color information

#E7D9DB (or 0xE7D9DB) is unknown color: approx Pale Rose. HEX triplet: E7, D9 and DB. RGB value is (231,217,219). Sum of RGB (Red+Green+Blue) = 231+217+219=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9DB is #182624. Grayscale: #DDDDDD. Windows color (decimal): -1582629 or 14408167. OLE color: 14408167.

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

Color convert

RGB231217219-
CMYK00.060.050.09
HSL351.43º22.58%87.84%-
HSV(B)351.43º6.06%90.59%-
XYZ70.5571.7377.14-
YUV221.41126.64134.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 217 (85.16% from 255) = 32.53%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=34.63%
G=32.53%
B=32.83%

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
Decimal23121721900.060.050.09351.4322.5887.84
HexE7D9DB065915f1758
Octal3473313330651153727130
Binary11100111110110011101101101101011001101011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9DB; }

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

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

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

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

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

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

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

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