#E8D4DA

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

Shades of Prim #E8D4DA

Tints of Prim #E8D4DA

Color information

#E8D4DA (or 0xE8D4DA) is unknown color: approx Prim. HEX triplet: E8, D4 and DA. RGB value is (232,212,218). Sum of RGB (Red+Green+Blue) = 232+212+218=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D4DA is #172B25. Grayscale: #DADADA. Windows color (decimal): -1518374 or 14341352. OLE color: 14341352.

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

Color convert

RGB232212218-
CMYK00.090.060.09
HSL342º30.3%87.06%-
HSV(B)342º8.62%90.98%-
XYZ69.4869.376.04-
YUV218.66127.63137.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=35.05%
G=32.02%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221221800.090.060.0934230.387.06
HexE8D4DA09691561e57
Octal35032433201161152636127
Binary111010001101010011011010010011101001101010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D4DA; }

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

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

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

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

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

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

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

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