#E1DBFA

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

Shades of Quartz #E1DBFA

Tints of Quartz #E1DBFA

Color information

#E1DBFA (or 0xE1DBFA) is unknown color: approx Quartz. HEX triplet: E1, DB and FA. RGB value is (225,219,250). Sum of RGB (Red+Green+Blue) = 225+219+250=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 219 (85.94% from 255 or 31.56% 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 #E1DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFA is #1E2405. Grayscale: #E0E0E0. Windows color (decimal): -1975302 or 16440289. OLE color: 16440289.

HSL color Cylindrical-coordinate representation of color #E1DBFA: hue angle of 251.61º 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 #E1DBFA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225219250-
CMYK0.100.1200.02
HSL251.61º75.61%91.96%-
HSV(B)251.61º12.4%98.04%-
XYZ73.6473.57100.76-
YUV224.33142.49128.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.42%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=32.42%
G=31.56%
B=36.02%

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
Decimal2252192500.100.1200.02251.6175.6191.96
HexE1DBFAAC02fc4c5c
Octal341333372121402374114134
Binary111000011101101111111010101011000101111110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBFA; }

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

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

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

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

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

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

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

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