#E1DCF3

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

Shades of Quartz #E1DCF3

Tints of Quartz #E1DCF3

Color information

#E1DCF3 (or 0xE1DCF3) is unknown color: approx Quartz. HEX triplet: E1, DC and F3. RGB value is (225,220,243). Sum of RGB (Red+Green+Blue) = 225+220+243=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF3 is #1E230C. Grayscale: #E0E0E0. Windows color (decimal): -1975053 or 15981793. OLE color: 15981793.

HSL color Cylindrical-coordinate representation of color #E1DCF3: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DCF3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225220243-
CMYK0.070.0900.05
HSL253.04º48.94%90.78%-
HSV(B)253.04º9.47%95.29%-
XYZ72.8273.6795.17-
YUV224.12138.66128.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.70%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=32.70%
G=31.98%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252202430.070.0900.05253.0448.9490.78
HexE1DCF37905fd315b
Octal3413343637110537561133
Binary11100001110111001111001111110010101111111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCF3; }

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

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

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

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

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

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

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

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