#E1D0DB

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

Shades of Prim #E1D0DB

Tints of Prim #E1D0DB

Color information

#E1D0DB (or 0xE1D0DB) is unknown color: approx Prim. HEX triplet: E1, D0 and DB. RGB value is (225,208,219). Sum of RGB (Red+Green+Blue) = 225+208+219=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0DB is #1E2F24. Grayscale: #D6D6D6. Windows color (decimal): -1978149 or 14405857. OLE color: 14405857.

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

Color convert

RGB225208219-
CMYK00.080.030.12
HSL321.18º22.08%84.9%-
HSV(B)321.18º7.56%88.24%-
XYZ66.3966.2376.3-
YUV214.34130.63135.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 208 (81.64% from 255) = 31.90%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=34.51%
G=31.90%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520821900.080.030.12321.1822.0884.9
HexE1D0DB083C1411655
Octal34132033301031450126125
Binary11100001110100001101101101000111100101000001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0DB; }

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

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

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

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

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

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

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

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