#E1D7FE

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

Shades of Quartz #E1D7FE

Tints of Quartz #E1D7FE

Color information

#E1D7FE (or 0xE1D7FE) is unknown color: approx Quartz. HEX triplet: E1, D7 and FE. RGB value is (225,215,254). Sum of RGB (Red+Green+Blue) = 225+215+254=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7FE is #1E2801. Grayscale: #DEDEDE. Windows color (decimal): -1976322 or 16701409. OLE color: 16701409.

HSL color Cylindrical-coordinate representation of color #E1D7FE: hue angle of 255.38º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D7FE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225215254-
CMYK0.110.1500.00
HSL255.38º95.12%91.96%-
HSV(B)255.38º15.35%99.61%-
XYZ73.2471.76103.76-
YUV222.44145.81129.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.42%
GREEN value IS 215 (84.38% from 255) = 30.98%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=32.42%
G=30.98%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252152540.110.1500.00255.3895.1291.96
HexE1D7FEBF00ff5f5c
Octal341327376131700377137134
Binary11100001110101111111111010111111001111111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7FE; }

 p { color: rgb(225,215,254); }

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

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

 a { background-color: rgb(225,215,254); }

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

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

 span { border-color: rgb(225,215,254); }

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