#E7D4DE

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

Shades of Prim #E7D4DE

Tints of Prim #E7D4DE

Color information

#E7D4DE (or 0xE7D4DE) is unknown color: approx Prim. HEX triplet: E7, D4 and DE. RGB value is (231,212,222). Sum of RGB (Red+Green+Blue) = 231+212+222=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4DE is #182B21. Grayscale: #DADADA. Windows color (decimal): -1583906 or 14603495. OLE color: 14603495.

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

Color convert

RGB231212222-
CMYK00.080.040.09
HSL328.42º28.36%86.86%-
HSV(B)328.42º8.23%90.59%-
XYZ69.6869.3578.82-
YUV218.82129.79136.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.74%
GREEN value IS 212 (83.20% from 255) = 31.88%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=34.74%
G=31.88%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121222200.080.040.09328.4228.3686.86
HexE7D4DE08491481c57
Octal34732433601041151034127
Binary111001111101010011011110010001001001101001000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D4DE; }

 p { color: rgb(231,212,222); }

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

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

 a { background-color: rgb(231,212,222); }

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

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

 span { border-color: rgb(231,212,222); }

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