#E8D5DF

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

Shades of Prim #E8D5DF

Tints of Prim #E8D5DF

Color information

#E8D5DF (or 0xE8D5DF) is unknown color: approx Prim. HEX triplet: E8, D5 and DF. RGB value is (232,213,223). Sum of RGB (Red+Green+Blue) = 232+213+223=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5DF is #172A20. Grayscale: #DBDBDB. Windows color (decimal): -1518113 or 14669288. OLE color: 14669288.

HSL color Cylindrical-coordinate representation of color #E8D5DF: hue angle of 328.42º degrees, saturation: 0.29, 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 #E8D5DF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232213223-
CMYK00.080.040.09
HSL328.42º29.23%87.25%-
HSV(B)328.42º8.19%90.98%-
XYZ70.3970.0779.63-
YUV219.82129.79136.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.73%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=34.73%
G=31.89%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221322300.080.040.09328.4229.2387.25
HexE8D5DF08491481d57
Octal35032533701041151035127
Binary111010001101010111011111010001001001101001000111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5DF; }

 p { color: rgb(232,213,223); }

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

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

 a { background-color: rgb(232,213,223); }

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

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

 span { border-color: rgb(232,213,223); }

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