#E1D3DD

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

Shades of Prim #E1D3DD

Tints of Prim #E1D3DD

Color information

#E1D3DD (or 0xE1D3DD) is unknown color: approx Prim. HEX triplet: E1, D3 and DD. RGB value is (225,211,221). Sum of RGB (Red+Green+Blue) = 225+211+221=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DD is #1E2C22. Grayscale: #D8D8D8. Windows color (decimal): -1977379 or 14537697. OLE color: 14537697.

HSL color Cylindrical-coordinate representation of color #E1D3DD: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1D3DD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225211221-
CMYK00.060.020.12
HSL317.14º18.92%85.49%-
HSV(B)317.14º6.22%88.24%-
XYZ67.467.8277.94-
YUV216.33130.64134.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.25%
GREEN value IS 211 (82.81% from 255) = 32.12%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=34.25%
G=32.12%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521122100.060.020.12317.1418.9285.49
HexE1D3DD062C13d1355
Octal3413233350621447523125
Binary1110000111010011110111010110101100100111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3DD; }

 p { color: rgb(225,211,221); }

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

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

 a { background-color: rgb(225,211,221); }

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

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

 span { border-color: rgb(225,211,221); }

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