#E2DAFC

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

Shades of Quartz #E2DAFC

Tints of Quartz #E2DAFC

Color information

#E2DAFC (or 0xE2DAFC) is unknown color: approx Quartz. HEX triplet: E2, DA and FC. RGB value is (226,218,252). Sum of RGB (Red+Green+Blue) = 226+218+252=696 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.47% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFC is #1D2503. Grayscale: #E0E0E0. Windows color (decimal): -1910020 or 16571106. OLE color: 16571106.

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

Color convert

RGB226218252-
CMYK0.100.1300.01
HSL254.12º85%92.16%-
HSV(B)254.12º13.49%98.82%-
XYZ74.0173.34102.35-
YUV224.27143.65129.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.47%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=32.47%
G=31.32%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262182520.100.1300.01254.128592.16
HexE2DAFCAD01fe555c
Octal342332374121501376125134
Binary11100010110110101111110010101101011111111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAFC; }

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

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

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

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

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

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

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

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