#E1D9F7

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

Shades of Quartz #E1D9F7

Tints of Quartz #E1D9F7

Color information

#E1D9F7 (or 0xE1D9F7) is unknown color: approx Quartz. HEX triplet: E1, D9 and F7. RGB value is (225,217,247). Sum of RGB (Red+Green+Blue) = 225+217+247=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1D9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9F7 is #1E2608. Grayscale: #DEDEDE. Windows color (decimal): -1975817 or 16243169. OLE color: 16243169.

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

Color convert

RGB225217247-
CMYK0.090.1200.03
HSL256º65.22%90.98%-
HSV(B)256º12.15%96.86%-
XYZ72.6572.3598.13-
YUV222.81141.65129.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.66%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=32.66%
G=31.49%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252172470.090.1200.0325665.2290.98
HexE1D9F79C03100415b
Octal341331367111403400101133
Binary1110000111011001111101111001110001110000000010000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9F7; }

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

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

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

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

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

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

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

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