#E7D2DA

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

Shades of Prim #E7D2DA

Tints of Prim #E7D2DA

Color information

#E7D2DA (or 0xE7D2DA) is unknown color: approx Prim. HEX triplet: E7, D2 and DA. RGB value is (231,210,218). Sum of RGB (Red+Green+Blue) = 231+210+218=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2DA is #182D25. Grayscale: #D9D9D9. Windows color (decimal): -1584422 or 14340839. OLE color: 14340839.

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

Color convert

RGB231210218-
CMYK00.090.060.09
HSL337.14º30.43%86.47%-
HSV(B)337.14º9.09%90.59%-
XYZ68.6668.1475.86-
YUV217.19128.46137.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 210 (82.42% from 255) = 31.87%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=35.05%
G=31.87%
B=33.08%

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
Decimal23121021800.090.060.09337.1430.4386.47
HexE7D2DA09691511e56
Octal34732233201161152136126
Binary111001111101001011011010010011101001101010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2DA; }

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

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

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

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

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

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

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

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