#E7D3DC

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

Shades of Prim #E7D3DC

Tints of Prim #E7D3DC

Color information

#E7D3DC (or 0xE7D3DC) is unknown color: approx Prim. HEX triplet: E7, D3 and DC. RGB value is (231,211,220). Sum of RGB (Red+Green+Blue) = 231+211+220=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3DC is #182C23. Grayscale: #D9D9D9. Windows color (decimal): -1584164 or 14472167. OLE color: 14472167.

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

Color convert

RGB231211220-
CMYK00.090.050.09
HSL333º29.41%86.67%-
HSV(B)333º8.66%90.59%-
XYZ69.1768.7477.33-
YUV218.01129.13137.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=34.89%
G=31.87%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121122000.090.050.0933329.4186.67
HexE7D3DC095914d1d57
Octal34732333401151151535127
Binary111001111101001111011100010011011001101001101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3DC; }

 p { color: rgb(231,211,220); }

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

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

 a { background-color: rgb(231,211,220); }

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

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

 span { border-color: rgb(231,211,220); }

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