#E1DFE6

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

Shades of Quartz #E1DFE6

Tints of Quartz #E1DFE6

Color information

#E1DFE6 (or 0xE1DFE6) is unknown color: approx Quartz. HEX triplet: E1, DF and E6. RGB value is (225,223,230). Sum of RGB (Red+Green+Blue) = 225+223+230=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1DFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFE6 is #1E2019. Grayscale: #E0E0E0. Windows color (decimal): -1974298 or 15130593. OLE color: 15130593.

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

Color convert

RGB225223230-
CMYK0.020.0300.10
HSL257.14º12.28%88.82%-
HSV(B)257.14º3.04%90.2%-
XYZ71.7274.585.46-
YUV224.4131.16128.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.19%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 230 (90.23% from 255) = 33.92%
R=33.19%
G=32.89%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252232300.020.0300.10257.1412.2888.82
HexE1DFE6230A101c59
Octal3413373462301240114131
Binary11100001110111111110011010110101010000000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFE6; }

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

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

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

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

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

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

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

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