#E5D8DA

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

Shades of Pale Rose #E5D8DA

Tints of Pale Rose #E5D8DA

Color information

#E5D8DA (or 0xE5D8DA) is unknown color: approx Pale Rose. HEX triplet: E5, D8 and DA. RGB value is (229,216,218). Sum of RGB (Red+Green+Blue) = 229+216+218=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8DA is #1A2725. Grayscale: #DCDCDC. Windows color (decimal): -1713958 or 14342373. OLE color: 14342373.

HSL color Cylindrical-coordinate representation of color #E5D8DA: hue angle of 350.77º degrees, saturation: 0.2, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5D8DA is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229216218-
CMYK00.060.050.10
HSL350.77º20%87.25%-
HSV(B)350.77º5.68%89.8%-
XYZ69.5270.8376.34-
YUV220.11126.81134.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.54%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=34.54%
G=32.58%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921621800.060.050.10350.772087.25
HexE5D8DA065A15f1457
Octal3453303320651253724127
Binary11100101110110001101101001101011010101011111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8DA; }

 p { color: rgb(229,216,218); }

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

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

 a { background-color: rgb(229,216,218); }

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

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

 span { border-color: rgb(229,216,218); }

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