#E1DFF0

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

Shades of Quartz #E1DFF0

Tints of Quartz #E1DFF0

Color information

#E1DFF0 (or 0xE1DFF0) is unknown color: approx Quartz. HEX triplet: E1, DF and F0. RGB value is (225,223,240). Sum of RGB (Red+Green+Blue) = 225+223+240=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF0 is #1E200F. Grayscale: #E1E1E1. Windows color (decimal): -1974288 or 15785953. OLE color: 15785953.

HSL color Cylindrical-coordinate representation of color #E1DFF0: hue angle of 247.06º degrees, saturation: 0.36, 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 #E1DFF0 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225223240-
CMYK0.060.0700.06
HSL247.06º36.17%90.78%-
HSV(B)247.06º7.08%94.12%-
XYZ73.1775.0793.07-
YUV225.54136.16127.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.70%
GREEN value IS 223 (87.5% from 255) = 32.41%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=32.70%
G=32.41%
B=34.88%

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
Decimal2252232400.060.0700.06247.0636.1790.78
HexE1DFF06706f7245b
Octal341337360670636744133
Binary1110000111011111111100001101110110111101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFF0; }

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

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

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

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

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

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

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

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