#E7D1D5

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

Shades of Pale Rose #E7D1D5

Tints of Pale Rose #E7D1D5

Color information

#E7D1D5 (or 0xE7D1D5) is unknown color: approx Pale Rose. HEX triplet: E7, D1 and D5. RGB value is (231,209,213). Sum of RGB (Red+Green+Blue) = 231+209+213=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1D5 is #182E2A. Grayscale: #D8D8D8. Windows color (decimal): -1584683 or 14012903. OLE color: 14012903.

HSL color Cylindrical-coordinate representation of color #E7D1D5: hue angle of 349.09º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D1D5 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231209213-
CMYK00.100.080.09
HSL349.09º31.43%86.27%-
HSV(B)349.09º9.52%90.59%-
XYZ67.7767.3972.39-
YUV216.03126.29138.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.38%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=35.38%
G=32.01%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120921300.100.080.09349.0931.4386.27
HexE7D1D50A8915d1f56
Octal347321325012101153537126
Binary1110011111010001110101010101010001001101011101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1D5; }

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

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

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

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

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

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

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

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