#E1DADC

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

Shades of Prim #E1DADC

Tints of Prim #E1DADC

Color information

#E1DADC (or 0xE1DADC) is unknown color: approx Prim. HEX triplet: E1, DA and DC. RGB value is (225,218,220). Sum of RGB (Red+Green+Blue) = 225+218+220=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADC is #1E2523. Grayscale: #DCDCDC. Windows color (decimal): -1975588 or 14473953. OLE color: 14473953.

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

Color convert

RGB225218220-
CMYK00.030.020.12
HSL342.86º10.45%86.86%-
HSV(B)342.86º3.11%88.24%-
XYZ69.0471.3277.84-
YUV220.32127.82131.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=33.94%
G=32.88%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521822000.030.020.12342.8610.4586.86
HexE1DADC032C157a57
Octal3413323340321452712127
Binary11100001110110101101110001110110010101011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DADC; }

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

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

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

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

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

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

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

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