#E0DAF0

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

Shades of Quartz #E0DAF0

Tints of Quartz #E0DAF0

Color information

#E0DAF0 (or 0xE0DAF0) is unknown color: approx Quartz. HEX triplet: E0, DA and F0. RGB value is (224,218,240). Sum of RGB (Red+Green+Blue) = 224+218+240=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF0 is #1F250F. Grayscale: #DEDEDE. Windows color (decimal): -2041104 or 15784672. OLE color: 15784672.

HSL color Cylindrical-coordinate representation of color #E0DAF0: hue angle of 256.36º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DAF0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224218240-
CMYK0.070.0900.06
HSL256.36º42.31%89.8%-
HSV(B)256.36º9.17%94.12%-
XYZ71.5472.2892.62-
YUV222.3137.99129.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=32.84%
G=31.96%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242182400.070.0900.06256.3642.3189.8
HexE0DAF079061002a5a
Octal3403323607110640052132
Binary111000001101101011110000111100101101000000001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAF0; }

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

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

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

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

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

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

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

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