#E7D8DC

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

Shades of Pale Rose #E7D8DC

Tints of Pale Rose #E7D8DC

Color information

#E7D8DC (or 0xE7D8DC) is unknown color: approx Pale Rose. HEX triplet: E7, D8 and DC. RGB value is (231,216,220). Sum of RGB (Red+Green+Blue) = 231+216+220=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8DC is #182723. Grayscale: #DCDCDC. Windows color (decimal): -1582884 or 14473447. OLE color: 14473447.

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

Color convert

RGB231216220-
CMYK00.060.050.09
HSL344º23.81%87.65%-
HSV(B)344º6.49%90.59%-
XYZ70.4371.2777.75-
YUV220.94127.47135.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=34.63%
G=32.38%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121622000.060.050.0934423.8187.65
HexE7D8DC06591581858
Octal3473303340651153030130
Binary11100111110110001101110001101011001101011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8DC; }

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

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

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

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

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

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

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

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