#E7D1D2

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

Shades of Pale Rose #E7D1D2

Tints of Pale Rose #E7D1D2

Color information

#E7D1D2 (or 0xE7D1D2) is unknown color: approx Pale Rose. HEX triplet: E7, D1 and D2. RGB value is (231,209,210). Sum of RGB (Red+Green+Blue) = 231+209+210=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1D2 is #182E2D. Grayscale: #D7D7D7. Windows color (decimal): -1584686 or 13816295. OLE color: 13816295.

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

Color convert

RGB231209210-
CMYK00.100.090.09
HSL357.27º31.43%86.27%-
HSV(B)357.27º9.52%90.59%-
XYZ67.3967.2470.4-
YUV215.69124.79138.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=35.54%
G=32.15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120921000.100.090.09357.2731.4386.27
HexE7D1D20A991651f56
Octal347321322012111154537126
Binary1110011111010001110100100101010011001101100101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1D2; }

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

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

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

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

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

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

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

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