#E0DAF5

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

Shades of Quartz #E0DAF5

Tints of Quartz #E0DAF5

Color information

#E0DAF5 (or 0xE0DAF5) is unknown color: approx Quartz. HEX triplet: E0, DA and F5. RGB value is (224,218,245). Sum of RGB (Red+Green+Blue) = 224+218+245=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0DAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF5 is #1F250A. Grayscale: #DEDEDE. Windows color (decimal): -2041099 or 16112352. OLE color: 16112352.

HSL color Cylindrical-coordinate representation of color #E0DAF5: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DAF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224218245-
CMYK0.090.1100.04
HSL253.33º57.45%90.78%-
HSV(B)253.33º11.02%96.08%-
XYZ72.2972.5896.59-
YUV222.87140.49128.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.61%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=32.61%
G=31.73%
B=35.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242182450.090.1100.04253.3357.4590.78
HexE0DAF59B04fd395b
Octal34033236511130437571133
Binary111000001101101011110101100110110100111111011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAF5; }

 p { color: rgb(224,218,245); }

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

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

 a { background-color: rgb(224,218,245); }

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

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

 span { border-color: rgb(224,218,245); }

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