#E2DAF7

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

Shades of Quartz #E2DAF7

Tints of Quartz #E2DAF7

Color information

#E2DAF7 (or 0xE2DAF7) is unknown color: approx Quartz. HEX triplet: E2, DA and F7. RGB value is (226,218,247). Sum of RGB (Red+Green+Blue) = 226+218+247=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2DAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAF7 is #1D2508. Grayscale: #DFDFDF. Windows color (decimal): -1910025 or 16243426. OLE color: 16243426.

HSL color Cylindrical-coordinate representation of color #E2DAF7: hue angle of 256.55º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DAF7 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB226218247-
CMYK0.090.1200.03
HSL256.55º64.44%91.18%-
HSV(B)256.55º11.74%96.86%-
XYZ73.2273.0398.23-
YUV223.7141.15129.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.71%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=32.71%
G=31.55%
B=35.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262182470.090.1200.03256.5564.4491.18
HexE2DAF79C03101405b
Octal342332367111403401100133
Binary1110001011011010111101111001110001110000000110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAF7; }

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

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

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

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

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

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

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

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