#E1D6FA

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

Shades of Quartz #E1D6FA

Tints of Quartz #E1D6FA

Color information

#E1D6FA (or 0xE1D6FA) is unknown color: approx Quartz. HEX triplet: E1, D6 and FA. RGB value is (225,214,250). Sum of RGB (Red+Green+Blue) = 225+214+250=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6FA is #1E2905. Grayscale: #DDDDDD. Windows color (decimal): -1976582 or 16439009. OLE color: 16439009.

HSL color Cylindrical-coordinate representation of color #E1D6FA: hue angle of 258.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1D6FA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225214250-
CMYK0.100.1400.02
HSL258.33º78.26%90.98%-
HSV(B)258.33º14.4%98.04%-
XYZ72.3571100.33-
YUV221.39144.14130.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.66%
GREEN value IS 214 (83.98% from 255) = 31.06%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=32.66%
G=31.06%
B=36.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252142500.100.1400.02258.3378.2690.98
HexE1D6FAAE021024e5b
Octal341326372121602402116133
Binary1110000111010110111110101010111001010000001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6FA; }

 p { color: rgb(225,214,250); }

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

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

 a { background-color: rgb(225,214,250); }

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

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

 span { border-color: rgb(225,214,250); }

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