#E1D3DA

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

Shades of Prim #E1D3DA

Tints of Prim #E1D3DA

Color information

#E1D3DA (or 0xE1D3DA) is unknown color: approx Prim. HEX triplet: E1, D3 and DA. RGB value is (225,211,218). Sum of RGB (Red+Green+Blue) = 225+211+218=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DA is #1E2C25. Grayscale: #D7D7D7. Windows color (decimal): -1977382 or 14341089. OLE color: 14341089.

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

Color convert

RGB225211218-
CMYK00.060.030.12
HSL330º18.92%85.49%-
HSV(B)330º6.22%88.24%-
XYZ6767.6675.86-
YUV215.98129.14134.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=34.40%
G=32.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521121800.060.030.1233018.9285.49
HexE1D3DA063C14a1355
Octal3413233320631451223125
Binary1110000111010011110110100110111100101001010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3DA; }

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

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

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

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

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

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

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

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