#E7D4DD

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

Shades of Prim #E7D4DD

Tints of Prim #E7D4DD

Color information

#E7D4DD (or 0xE7D4DD) is unknown color: approx Prim. HEX triplet: E7, D4 and DD. RGB value is (231,212,221). Sum of RGB (Red+Green+Blue) = 231+212+221=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4DD is #182B22. Grayscale: #DADADA. Windows color (decimal): -1583907 or 14537959. OLE color: 14537959.

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

Color convert

RGB231212221-
CMYK00.080.040.09
HSL331.58º28.36%86.86%-
HSV(B)331.58º8.23%90.59%-
XYZ69.5569.378.12-
YUV218.71129.29136.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.79%
GREEN value IS 212 (83.20% from 255) = 31.93%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=34.79%
G=31.93%
B=33.28%

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
Decimal23121222100.080.040.09331.5828.3686.86
HexE7D4DD084914c1c57
Octal34732433501041151434127
Binary111001111101010011011101010001001001101001100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D4DD; }

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

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

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

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

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

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

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

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