#E0DAFF

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

Shades of Quartz #E0DAFF

Tints of Quartz #E0DAFF

Color information

#E0DAFF (or 0xE0DAFF) is unknown color: approx Quartz. HEX triplet: E0, DA and FF. RGB value is (224,218,255). Sum of RGB (Red+Green+Blue) = 224+218+255=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFF is #1F2500. Grayscale: #DFDFDF. Windows color (decimal): -2041089 or 16767712. OLE color: 16767712.

HSL color Cylindrical-coordinate representation of color #E0DAFF: hue angle of 249.73º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0DAFF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224218255-
CMYK0.120.1500
HSL249.73º100%92.75%-
HSV(B)249.73º14.51%100%-
XYZ73.8673.21104.85-
YUV224.01145.49127.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 255 (100% from 255) = 36.59%
R=32.14%
G=31.28%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242182550.120.1500249.7310092.75
HexE0DAFFCF00fa645d
Octal340332377141700372144135
Binary11100000110110101111111111001111001111101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAFF; }

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

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

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

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

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

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

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

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