#E3D7FE

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

Shades of Quartz #E3D7FE

Tints of Quartz #E3D7FE

Color information

#E3D7FE (or 0xE3D7FE) is unknown color: approx Quartz. HEX triplet: E3, D7 and FE. RGB value is (227,215,254). Sum of RGB (Red+Green+Blue) = 227+215+254=696 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.61% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D7FE is #1C2801. Grayscale: #DEDEDE. Windows color (decimal): -1845250 or 16701411. OLE color: 16701411.

HSL color Cylindrical-coordinate representation of color #E3D7FE: hue angle of 258.46º 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 #E3D7FE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227215254-
CMYK0.110.1500.00
HSL258.46º95.12%91.96%-
HSV(B)258.46º15.35%99.61%-
XYZ73.8772.09103.79-
YUV223.03145.48130.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.61%
GREEN value IS 215 (84.38% from 255) = 30.89%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=32.61%
G=30.89%
B=36.49%

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
Decimal2272152540.110.1500.00258.4695.1291.96
HexE3D7FEBF001025f5c
Octal343327376131700402137134
Binary111000111101011111111110101111110010000001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D7FE; }

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

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

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

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

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

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

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

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