#E0DAFB

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

Shades of Quartz #E0DAFB

Tints of Quartz #E0DAFB

Color information

#E0DAFB (or 0xE0DAFB) is unknown color: approx Quartz. HEX triplet: E0, DA and FB. RGB value is (224,218,251). Sum of RGB (Red+Green+Blue) = 224+218+251=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFB is #1F2504. Grayscale: #DFDFDF. Windows color (decimal): -2041093 or 16505568. OLE color: 16505568.

HSL color Cylindrical-coordinate representation of color #E0DAFB: hue angle of 250.91º degrees, saturation: 0.8, 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 #E0DAFB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224218251-
CMYK0.110.1300.02
HSL250.91º80.49%91.96%-
HSV(B)250.91º13.15%98.43%-
XYZ73.2272.96101.49-
YUV223.56143.49128.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.32%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=32.32%
G=31.46%
B=36.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242182510.110.1300.02250.9180.4991.96
HexE0DAFBBD02fb505c
Octal340332373131502373120134
Binary111000001101101011111011101111010101111101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAFB; }

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

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

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

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

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

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

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

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