#E1DAFA

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

Shades of Quartz #E1DAFA

Tints of Quartz #E1DAFA

Color information

#E1DAFA (or 0xE1DAFA) is unknown color: approx Quartz. HEX triplet: E1, DA and FA. RGB value is (225,218,250). Sum of RGB (Red+Green+Blue) = 225+218+250=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAFA is #1E2505. Grayscale: #DFDFDF. Windows color (decimal): -1975558 or 16440033. OLE color: 16440033.

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

Color convert

RGB225218250-
CMYK0.100.1300.02
HSL253.12º76.19%91.76%-
HSV(B)253.12º12.8%98.04%-
XYZ73.3873.05100.68-
YUV223.74142.82128.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.47%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=32.47%
G=31.46%
B=36.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252182500.100.1300.02253.1276.1991.76
HexE1DAFAAD02fd4c5c
Octal341332372121502375114134
Binary111000011101101011111010101011010101111110110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAFA; }

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

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

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

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

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

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

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

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