#E1DAF9

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

Shades of Quartz #E1DAF9

Tints of Quartz #E1DAF9

Color information

#E1DAF9 (or 0xE1DAF9) is unknown color: approx Quartz. HEX triplet: E1, DA and F9. RGB value is (225,218,249). Sum of RGB (Red+Green+Blue) = 225+218+249=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAF9 is #1E2506. Grayscale: #DFDFDF. Windows color (decimal): -1975559 or 16374497. OLE color: 16374497.

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

Color convert

RGB225218249-
CMYK0.100.1200.02
HSL253.55º72.09%91.57%-
HSV(B)253.55º12.45%97.65%-
XYZ73.2272.9999.85-
YUV223.63142.32128.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.51%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=32.51%
G=31.50%
B=35.98%

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
Decimal2252182490.100.1200.02253.5572.0991.57
HexE1DAF9AC02fe485c
Octal341332371121402376110134
Binary111000011101101011111001101011000101111111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAF9; }

 p { color: rgb(225,218,249); }

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

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

 a { background-color: rgb(225,218,249); }

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

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

 span { border-color: rgb(225,218,249); }

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