#E8D6DA

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

Shades of Pale Rose #E8D6DA

Tints of Pale Rose #E8D6DA

Color information

#E8D6DA (or 0xE8D6DA) is unknown color: approx Pale Rose. HEX triplet: E8, D6 and DA. RGB value is (232,214,218). Sum of RGB (Red+Green+Blue) = 232+214+218=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D6DA is #172925. Grayscale: #DBDBDB. Windows color (decimal): -1517862 or 14341864. OLE color: 14341864.

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

Color convert

RGB232214218-
CMYK00.080.060.09
HSL346.67º28.12%87.45%-
HSV(B)346.67º7.76%90.98%-
XYZ69.9870.3176.21-
YUV219.84126.96136.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.94%
GREEN value IS 214 (83.98% from 255) = 32.23%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=34.94%
G=32.23%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221421800.080.060.09346.6728.1287.45
HexE8D6DA086915b1c57
Octal35032633201061153334127
Binary111010001101011011011010010001101001101011011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D6DA; }

 p { color: rgb(232,214,218); }

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

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

 a { background-color: rgb(232,214,218); }

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

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

 span { border-color: rgb(232,214,218); }

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