#E8D1D5

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

Shades of Pale Rose #E8D1D5

Tints of Pale Rose #E8D1D5

Color information

#E8D1D5 (or 0xE8D1D5) is unknown color: approx Pale Rose. HEX triplet: E8, D1 and D5. RGB value is (232,209,213). Sum of RGB (Red+Green+Blue) = 232+209+213=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1D5 is #172E2A. Grayscale: #D8D8D8. Windows color (decimal): -1519147 or 14012904. OLE color: 14012904.

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

Color convert

RGB232209213-
CMYK00.100.080.09
HSL349.57º33.33%86.47%-
HSV(B)349.57º9.91%90.98%-
XYZ68.0967.5672.4-
YUV216.33126.12139.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=35.47%
G=31.96%
B=32.57%

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
Decimal23220921300.100.080.09349.5733.3386.47
HexE8D1D50A8915e2156
Octal350321325012101153641126
Binary11101000110100011101010101010100010011010111101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1D5; }

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

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

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

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

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

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

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

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