#E0DAFD

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

Shades of Quartz #E0DAFD

Tints of Quartz #E0DAFD

Color information

#E0DAFD (or 0xE0DAFD) is unknown color: approx Quartz. HEX triplet: E0, DA and FD. RGB value is (224,218,253). Sum of RGB (Red+Green+Blue) = 224+218+253=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFD is #1F2502. Grayscale: #DFDFDF. Windows color (decimal): -2041091 or 16636640. OLE color: 16636640.

HSL color Cylindrical-coordinate representation of color #E0DAFD: hue angle of 250.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0DAFD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224218253-
CMYK0.110.1400.01
HSL250.29º89.74%92.35%-
HSV(B)250.29º13.83%99.22%-
XYZ73.5473.08103.16-
YUV223.78144.49128.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.23%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=32.23%
G=31.37%
B=36.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242182530.110.1400.01250.2989.7492.35
HexE0DAFDBE01fa5a5c
Octal340332375131601372132134
Binary11100000110110101111110110111110011111101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAFD; }

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

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

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

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

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

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

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

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