#E1D3DB

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

Shades of Prim #E1D3DB

Tints of Prim #E1D3DB

Color information

#E1D3DB (or 0xE1D3DB) is unknown color: approx Prim. HEX triplet: E1, D3 and DB. RGB value is (225,211,219). Sum of RGB (Red+Green+Blue) = 225+211+219=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DB is #1E2C24. Grayscale: #D8D8D8. Windows color (decimal): -1977381 or 14406625. OLE color: 14406625.

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

Color convert

RGB225211219-
CMYK00.060.030.12
HSL325.71º18.92%85.49%-
HSV(B)325.71º6.22%88.24%-
XYZ67.1367.7176.55-
YUV216.1129.64134.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 211 (82.81% from 255) = 32.21%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=34.35%
G=32.21%
B=33.44%

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
Decimal22521121900.060.030.12325.7118.9285.49
HexE1D3DB063C1461355
Octal3413233330631450623125
Binary1110000111010011110110110110111100101000110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3DB; }

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

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

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

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

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

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

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

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