#E0DAF3

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

Shades of Quartz #E0DAF3

Tints of Quartz #E0DAF3

Color information

#E0DAF3 (or 0xE0DAF3) is unknown color: approx Quartz. HEX triplet: E0, DA and F3. RGB value is (224,218,243). Sum of RGB (Red+Green+Blue) = 224+218+243=685 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.70% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF3 is #1F250C. Grayscale: #DEDEDE. Windows color (decimal): -2041101 or 15981280. OLE color: 15981280.

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

Color convert

RGB224218243-
CMYK0.080.1000.05
HSL254.4º51.02%90.39%-
HSV(B)254.4º10.29%95.29%-
XYZ71.9972.4694.99-
YUV222.64139.49128.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.70%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=32.70%
G=31.82%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242182430.080.1000.05254.451.0290.39
HexE0DAF38A05fe335a
Octal34033236310120537663132
Binary111000001101101011110011100010100101111111101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAF3; }

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

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

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

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

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

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

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

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