#E1D9F6

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

Shades of Quartz #E1D9F6

Tints of Quartz #E1D9F6

Color information

#E1D9F6 (or 0xE1D9F6) is unknown color: approx Quartz. HEX triplet: E1, D9 and F6. RGB value is (225,217,246). Sum of RGB (Red+Green+Blue) = 225+217+246=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1D9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9F6 is #1E2609. Grayscale: #DEDEDE. Windows color (decimal): -1975818 or 16177633. OLE color: 16177633.

HSL color Cylindrical-coordinate representation of color #E1D9F6: hue angle of 256.55º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D9F6 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225217246-
CMYK0.090.1200.04
HSL256.55º61.7%90.78%-
HSV(B)256.55º11.79%96.47%-
XYZ72.572.2997.32-
YUV222.7141.15129.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.70%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 246 (96.48% from 255) = 35.76%
R=32.70%
G=31.54%
B=35.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252172460.090.1200.04256.5561.790.78
HexE1D9F69C041013e5b
Octal34133136611140440176133
Binary1110000111011001111101101001110001001000000011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9F6; }

 p { color: rgb(225,217,246); }

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

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

 a { background-color: rgb(225,217,246); }

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

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

 span { border-color: rgb(225,217,246); }

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