#E2D8FA

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

Shades of Quartz #E2D8FA

Tints of Quartz #E2D8FA

Color information

#E2D8FA (or 0xE2D8FA) is unknown color: approx Quartz. HEX triplet: E2, D8 and FA. RGB value is (226,216,250). Sum of RGB (Red+Green+Blue) = 226+216+250=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D8FA is #1D2705. Grayscale: #DEDEDE. Windows color (decimal): -1910534 or 16439522. OLE color: 16439522.

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

Color convert

RGB226216250-
CMYK0.100.1400.02
HSL257.65º77.27%91.37%-
HSV(B)257.65º13.6%98.04%-
XYZ73.1872.18100.52-
YUV222.87143.31130.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.66%
GREEN value IS 216 (84.77% from 255) = 31.21%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=32.66%
G=31.21%
B=36.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262162500.100.1400.02257.6577.2791.37
HexE2D8FAAE021024d5b
Octal342330372121602402115133
Binary1110001011011000111110101010111001010000001010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D8FA; }

 p { color: rgb(226,216,250); }

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

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

 a { background-color: rgb(226,216,250); }

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

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

 span { border-color: rgb(226,216,250); }

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