#E1DFF2

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

Shades of Quartz #E1DFF2

Tints of Quartz #E1DFF2

Color information

#E1DFF2 (or 0xE1DFF2) is unknown color: approx Quartz. HEX triplet: E1, DF and F2. RGB value is (225,223,242). Sum of RGB (Red+Green+Blue) = 225+223+242=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF2 is #1E200D. Grayscale: #E1E1E1. Windows color (decimal): -1974286 or 15917025. OLE color: 15917025.

HSL color Cylindrical-coordinate representation of color #E1DFF2: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DFF2 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225223242-
CMYK0.070.0800.05
HSL246.32º42.22%91.18%-
HSV(B)246.32º7.85%94.9%-
XYZ73.4775.1994.65-
YUV225.76137.16127.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.61%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=32.61%
G=32.32%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252232420.070.0800.05246.3242.2291.18
HexE1DFF27805f62a5b
Octal3413373627100536652133
Binary11100001110111111111001011110000101111101101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFF2; }

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

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

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

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

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

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

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

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