#E1DCFA

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

Shades of Quartz #E1DCFA

Tints of Quartz #E1DCFA

Color information

#E1DCFA (or 0xE1DCFA) is unknown color: approx Quartz. HEX triplet: E1, DC and FA. RGB value is (225,220,250). Sum of RGB (Red+Green+Blue) = 225+220+250=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCFA is #1E2305. Grayscale: #E0E0E0. Windows color (decimal): -1975046 or 16440545. OLE color: 16440545.

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

Color convert

RGB225220250-
CMYK0.100.1200.02
HSL250º75%92.16%-
HSV(B)250º12%98.04%-
XYZ73.974.1100.85-
YUV224.91142.16128.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.37%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=32.37%
G=31.65%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252202500.100.1200.022507592.16
HexE1DCFAAC02fa4b5c
Octal341334372121402372113134
Binary111000011101110011111010101011000101111101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCFA; }

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

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

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

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

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

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

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

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