#E0DAF9

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

Shades of Quartz #E0DAF9

Tints of Quartz #E0DAF9

Color information

#E0DAF9 (or 0xE0DAF9) is unknown color: approx Quartz. HEX triplet: E0, DA and F9. RGB value is (224,218,249). Sum of RGB (Red+Green+Blue) = 224+218+249=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF9 is #1F2506. Grayscale: #DFDFDF. Windows color (decimal): -2041095 or 16374496. OLE color: 16374496.

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

Color convert

RGB224218249-
CMYK0.100.1200.02
HSL251.61º72.09%91.57%-
HSV(B)251.61º12.45%97.65%-
XYZ72.9172.8399.84-
YUV223.33142.49128.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.42%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=32.42%
G=31.55%
B=36.03%

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
Decimal2242182490.100.1200.02251.6172.0991.57
HexE0DAF9AC02fc485c
Octal340332371121402374110134
Binary111000001101101011111001101011000101111110010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAF9; }

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

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

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

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

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

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

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

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