#E0E0EF

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

Shades of Quartz #E0E0EF

Tints of Quartz #E0E0EF

Color information

#E0E0EF (or 0xE0E0EF) is unknown color: approx Quartz. HEX triplet: E0, E0 and EF. RGB value is (224,224,239). Sum of RGB (Red+Green+Blue) = 224+224+239=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E0EF is #1F1F10. Grayscale: #E1E1E1. Windows color (decimal): -2039569 or 15720672. OLE color: 15720672.

HSL color Cylindrical-coordinate representation of color #E0E0EF: hue angle of 240º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E0EF is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224224239-
CMYK0.060.0600.06
HSL240º31.91%90.78%-
HSV(B)240º6.28%93.73%-
XYZ72.9875.3992.37-
YUV225.71135.5126.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.61%
GREEN value IS 224 (87.89% from 255) = 32.61%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=32.61%
G=32.61%
B=34.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242242390.060.0600.0624031.9190.78
HexE0E0EF6606f0205b
Octal340340357660636040133
Binary1110000011100000111011111101100110111100001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E0EF; }

 p { color: rgb(224,224,239); }

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

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

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

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

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

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

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