#E8D7DC

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

Shades of Pale Rose #E8D7DC

Tints of Pale Rose #E8D7DC

Color information

#E8D7DC (or 0xE8D7DC) is unknown color: approx Pale Rose. HEX triplet: E8, D7 and DC. RGB value is (232,215,220). Sum of RGB (Red+Green+Blue) = 232+215+220=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D7DC is #172823. Grayscale: #DCDCDC. Windows color (decimal): -1517604 or 14473192. OLE color: 14473192.

HSL color Cylindrical-coordinate representation of color #E8D7DC: hue angle of 342.35º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8D7DC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232215220-
CMYK00.070.050.09
HSL342.35º26.98%87.65%-
HSV(B)342.35º7.33%90.98%-
XYZ70.570.9277.68-
YUV220.65127.63136.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=34.78%
G=32.23%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221522000.070.050.09342.3526.9887.65
HexE8D7DC07591561b58
Octal3503273340751152633130
Binary11101000110101111101110001111011001101010110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D7DC; }

 p { color: rgb(232,215,220); }

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

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

 a { background-color: rgb(232,215,220); }

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

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

 span { border-color: rgb(232,215,220); }

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