#E0DAFA

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

Shades of Quartz #E0DAFA

Tints of Quartz #E0DAFA

Color information

#E0DAFA (or 0xE0DAFA) is unknown color: approx Quartz. HEX triplet: E0, DA and FA. RGB value is (224,218,250). Sum of RGB (Red+Green+Blue) = 224+218+250=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFA is #1F2505. Grayscale: #DFDFDF. Windows color (decimal): -2041094 or 16440032. OLE color: 16440032.

HSL color Cylindrical-coordinate representation of color #E0DAFA: hue angle of 251.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DAFA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224218250-
CMYK0.100.1300.02
HSL251.25º76.19%91.76%-
HSV(B)251.25º12.8%98.04%-
XYZ73.0772.89100.66-
YUV223.44142.99128.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.37%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=32.37%
G=31.50%
B=36.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242182500.100.1300.02251.2576.1991.76
HexE0DAFAAD02fb4c5c
Octal340332372121502373114134
Binary111000001101101011111010101011010101111101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAFA; }

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

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

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

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

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

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

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

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