#E2DBFA

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

Shades of Quartz #E2DBFA

Tints of Quartz #E2DBFA

Color information

#E2DBFA (or 0xE2DBFA) is unknown color: approx Quartz. HEX triplet: E2, DB and FA. RGB value is (226,219,250). Sum of RGB (Red+Green+Blue) = 226+219+250=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBFA is #1D2405. Grayscale: #E0E0E0. Windows color (decimal): -1909766 or 16440290. OLE color: 16440290.

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

Color convert

RGB226219250-
CMYK0.100.1200.02
HSL253.55º75.61%91.96%-
HSV(B)253.55º12.4%98.04%-
XYZ73.9573.73100.78-
YUV224.63142.32128.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.52%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=32.52%
G=31.51%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262192500.100.1200.02253.5575.6191.96
HexE2DBFAAC02fe4c5c
Octal342333372121402376114134
Binary111000101101101111111010101011000101111111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBFA; }

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

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

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

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

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

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

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

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