#E7D2D8

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

Shades of Prim #E7D2D8

Tints of Prim #E7D2D8

Color information

#E7D2D8 (or 0xE7D2D8) is unknown color: approx Prim. HEX triplet: E7, D2 and D8. RGB value is (231,210,216). Sum of RGB (Red+Green+Blue) = 231+210+216=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2D8 is #182D27. Grayscale: #D8D8D8. Windows color (decimal): -1584424 or 14209767. OLE color: 14209767.

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

Color convert

RGB231210216-
CMYK00.090.060.09
HSL342.86º30.43%86.47%-
HSV(B)342.86º9.09%90.59%-
XYZ68.468.0474.49-
YUV216.96127.46138.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=35.16%
G=31.96%
B=32.88%

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
Decimal23121021600.090.060.09342.8630.4386.47
HexE7D2D809691571e56
Octal34732233001161152736126
Binary111001111101001011011000010011101001101010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2D8; }

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

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

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

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

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

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

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

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