#E1D8DB

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

Shades of Prim #E1D8DB

Tints of Prim #E1D8DB

Color information

#E1D8DB (or 0xE1D8DB) is unknown color: approx Prim. HEX triplet: E1, D8 and DB. RGB value is (225,216,219). Sum of RGB (Red+Green+Blue) = 225+216+219=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8DB is #1E2724. Grayscale: #DBDBDB. Windows color (decimal): -1976101 or 14407905. OLE color: 14407905.

HSL color Cylindrical-coordinate representation of color #E1D8DB: hue angle of 340º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1D8DB is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225216219-
CMYK00.040.030.12
HSL340º13.04%86.47%-
HSV(B)340º4%88.24%-
XYZ68.3970.2376.97-
YUV219.03127.98132.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 216 (84.77% from 255) = 32.73%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=34.09%
G=32.73%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521621900.040.030.1234013.0486.47
HexE1D8DB043C154d56
Octal3413303330431452415126
Binary111000011101100011011011010011110010101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8DB; }

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

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

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

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

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

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

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

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