#E1DAF3

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

Shades of Quartz #E1DAF3

Tints of Quartz #E1DAF3

Color information

#E1DAF3 (or 0xE1DAF3) is unknown color: approx Quartz. HEX triplet: E1, DA and F3. RGB value is (225,218,243). Sum of RGB (Red+Green+Blue) = 225+218+243=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAF3 is #1E250C. Grayscale: #DEDEDE. Windows color (decimal): -1975565 or 15981281. OLE color: 15981281.

HSL color Cylindrical-coordinate representation of color #E1DAF3: hue angle of 256.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DAF3 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225218243-
CMYK0.070.1000.05
HSL256.8º51.02%90.39%-
HSV(B)256.8º10.29%95.29%-
XYZ72.372.6295-
YUV222.94139.32129.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=32.80%
G=31.78%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252182430.070.1000.05256.851.0290.39
HexE1DAF37A05101335a
Octal3413323637120540163132
Binary111000011101101011110011111101001011000000011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAF3; }

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

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

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

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

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

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

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

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