#E8D1DA

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

Shades of Prim #E8D1DA

Tints of Prim #E8D1DA

Color information

#E8D1DA (or 0xE8D1DA) is unknown color: approx Prim. HEX triplet: E8, D1 and DA. RGB value is (232,209,218). Sum of RGB (Red+Green+Blue) = 232+209+218=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1DA is #172E25. Grayscale: #D8D8D8. Windows color (decimal): -1519142 or 14340584. OLE color: 14340584.

HSL color Cylindrical-coordinate representation of color #E8D1DA: hue angle of 336.52º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D1DA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232209218-
CMYK00.100.060.09
HSL336.52º33.33%86.47%-
HSV(B)336.52º9.91%90.98%-
XYZ68.7367.8275.8-
YUV216.9128.62138.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 209 (82.03% from 255) = 31.71%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=35.20%
G=31.71%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220921800.100.060.09336.5233.3386.47
HexE8D1DA0A691512156
Octal35032133201261152141126
Binary1110100011010001110110100101011010011010100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1DA; }

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

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

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

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

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

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

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

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