#E7D3DA

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

Shades of Prim #E7D3DA

Tints of Prim #E7D3DA

Color information

#E7D3DA (or 0xE7D3DA) is unknown color: approx Prim. HEX triplet: E7, D3 and DA. RGB value is (231,211,218). Sum of RGB (Red+Green+Blue) = 231+211+218=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3DA is #182C25. Grayscale: #D9D9D9. Windows color (decimal): -1584166 or 14341095. OLE color: 14341095.

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

Color convert

RGB231211218-
CMYK00.090.060.09
HSL339º29.41%86.67%-
HSV(B)339º8.66%90.59%-
XYZ68.968.6475.95-
YUV217.78128.13137.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=35%
G=31.97%
B=33.03%

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
Decimal23121121800.090.060.0933929.4186.67
HexE7D3DA09691531d57
Octal34732333201161152335127
Binary111001111101001111011010010011101001101010011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3DA; }

 p { color: rgb(231,211,218); }

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

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

 a { background-color: rgb(231,211,218); }

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

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

 span { border-color: rgb(231,211,218); }

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