#E3D8FD

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

Shades of Quartz #E3D8FD

Tints of Quartz #E3D8FD

Color information

#E3D8FD (or 0xE3D8FD) is unknown color: approx Quartz. HEX triplet: E3, D8 and FD. RGB value is (227,216,253). Sum of RGB (Red+Green+Blue) = 227+216+253=696 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.61% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D8FD is #1C2702. Grayscale: #DFDFDF. Windows color (decimal): -1844995 or 16636131. OLE color: 16636131.

HSL color Cylindrical-coordinate representation of color #E3D8FD: hue angle of 257.84º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3D8FD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227216253-
CMYK0.100.1500.01
HSL257.84º90.24%91.96%-
HSV(B)257.84º14.62%99.22%-
XYZ73.9672.53103.03-
YUV223.51144.64130.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.61%
GREEN value IS 216 (84.77% from 255) = 31.03%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=32.61%
G=31.03%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272162530.100.1500.01257.8490.2491.96
HexE3D8FDAF011025a5c
Octal343330375121701402132134
Binary111000111101100011111101101011110110000001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D8FD; }

 p { color: rgb(227,216,253); }

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

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

 a { background-color: rgb(227,216,253); }

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

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

 span { border-color: rgb(227,216,253); }

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