#E1DFEF

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

Shades of Quartz #E1DFEF

Tints of Quartz #E1DFEF

Color information

#E1DFEF (or 0xE1DFEF) is unknown color: approx Quartz. HEX triplet: E1, DF and EF. RGB value is (225,223,239). Sum of RGB (Red+Green+Blue) = 225+223+239=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEF is #1E2010. Grayscale: #E1E1E1. Windows color (decimal): -1974289 or 15720417. OLE color: 15720417.

HSL color Cylindrical-coordinate representation of color #E1DFEF: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DFEF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225223239-
CMYK0.060.0700.06
HSL247.5º33.33%90.59%-
HSV(B)247.5º6.69%93.73%-
XYZ73.0275.0192.29-
YUV225.42135.66127.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.75%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=32.75%
G=32.46%
B=34.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252232390.060.0700.06247.533.3390.59
HexE1DFEF6706f8215b
Octal341337357670637041133
Binary1110000111011111111011111101110110111110001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFEF; }

 p { color: rgb(225,223,239); }

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

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

 a { background-color: rgb(225,223,239); }

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

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

 span { border-color: rgb(225,223,239); }

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