#E2DAF9

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

Shades of Quartz #E2DAF9

Tints of Quartz #E2DAF9

Color information

#E2DAF9 (or 0xE2DAF9) is unknown color: approx Quartz. HEX triplet: E2, DA and F9. RGB value is (226,218,249). Sum of RGB (Red+Green+Blue) = 226+218+249=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAF9 is #1D2506. Grayscale: #DFDFDF. Windows color (decimal): -1910023 or 16374498. OLE color: 16374498.

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

Color convert

RGB226218249-
CMYK0.090.1200.02
HSL255.48º72.09%91.57%-
HSV(B)255.48º12.45%97.65%-
XYZ73.5373.1599.87-
YUV223.93142.15129.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.61%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=32.61%
G=31.46%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262182490.090.1200.02255.4872.0991.57
HexE2DAF99C02ff485c
Octal342332371111402377110134
Binary111000101101101011111001100111000101111111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAF9; }

 p { color: rgb(226,218,249); }

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

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

 a { background-color: rgb(226,218,249); }

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

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

 span { border-color: rgb(226,218,249); }

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