#E7D1DA

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

Shades of Prim #E7D1DA

Tints of Prim #E7D1DA

Color information

#E7D1DA (or 0xE7D1DA) is unknown color: approx Prim. HEX triplet: E7, D1 and DA. RGB value is (231,209,218). Sum of RGB (Red+Green+Blue) = 231+209+218=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1DA is #182E25. Grayscale: #D8D8D8. Windows color (decimal): -1584678 or 14340583. OLE color: 14340583.

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

Color convert

RGB231209218-
CMYK00.100.060.09
HSL335.45º31.43%86.27%-
HSV(B)335.45º9.52%90.59%-
XYZ68.4167.6575.78-
YUV216.6128.79138.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.11%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=35.11%
G=31.76%
B=33.13%

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
Decimal23120921800.100.060.09335.4531.4386.27
HexE7D1DA0A6914f1f56
Octal34732133201261151737126
Binary111001111101000111011010010101101001101001111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1DA; }

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

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

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

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

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

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

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

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