#E3D9FA

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

Shades of Quartz #E3D9FA

Tints of Quartz #E3D9FA

Color information

#E3D9FA (or 0xE3D9FA) is unknown color: approx Quartz. HEX triplet: E3, D9 and FA. RGB value is (227,217,250). Sum of RGB (Red+Green+Blue) = 227+217+250=694 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.71% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9FA is #1C2605. Grayscale: #DFDFDF. Windows color (decimal): -1844742 or 16439779. OLE color: 16439779.

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

Color convert

RGB227217250-
CMYK0.090.1300.02
HSL258.18º76.74%91.57%-
HSV(B)258.18º13.2%98.04%-
XYZ73.7572.86100.62-
YUV223.75142.81130.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.71%
GREEN value IS 217 (85.16% from 255) = 31.27%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=32.71%
G=31.27%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272172500.090.1300.02258.1876.7491.57
HexE3D9FA9D021024d5c
Octal343331372111502402115134
Binary1110001111011001111110101001110101010000001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D9FA; }

 p { color: rgb(227,217,250); }

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

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

 a { background-color: rgb(227,217,250); }

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

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

 span { border-color: rgb(227,217,250); }

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