#E0E1EF

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

Shades of Quartz #E0E1EF

Tints of Quartz #E0E1EF

Color information

#E0E1EF (or 0xE0E1EF) is unknown color: approx Quartz. HEX triplet: E0, E1 and EF. RGB value is (224,225,239). Sum of RGB (Red+Green+Blue) = 224+225+239=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1EF is #1F1E10. Grayscale: #E2E2E2. Windows color (decimal): -2039313 or 15720928. OLE color: 15720928.

HSL color Cylindrical-coordinate representation of color #E0E1EF: hue angle of 236º 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 #E0E1EF is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224225239-
CMYK0.060.0600.06
HSL236º31.91%90.78%-
HSV(B)236º6.28%93.73%-
XYZ73.2575.9392.46-
YUV226.3135.17126.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.56%
GREEN value IS 225 (88.28% from 255) = 32.70%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=32.56%
G=32.70%
B=34.74%

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
Decimal2242252390.060.0600.0623631.9190.78
HexE0E1EF6606ec205b
Octal340341357660635440133
Binary1110000011100001111011111101100110111011001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1EF; }

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

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

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

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

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

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

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

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