#E8D8DC

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

Shades of Pale Rose #E8D8DC

Tints of Pale Rose #E8D8DC

Color information

#E8D8DC (or 0xE8D8DC) is unknown color: approx Pale Rose. HEX triplet: E8, D8 and DC. RGB value is (232,216,220). Sum of RGB (Red+Green+Blue) = 232+216+220=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D8DC is #172723. Grayscale: #DDDDDD. Windows color (decimal): -1517348 or 14473448. OLE color: 14473448.

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

Color convert

RGB232216220-
CMYK00.070.050.09
HSL345º25.81%87.84%-
HSV(B)345º6.9%90.98%-
XYZ70.7571.4377.77-
YUV221.24127.3135.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.73%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=34.73%
G=32.34%
B=32.93%

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
Decimal23221622000.070.050.0934525.8187.84
HexE8D8DC07591591a58
Octal3503303340751153132130
Binary11101000110110001101110001111011001101011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8DC; }

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

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

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

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

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

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

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

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