#E0E1EE

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

Shades of Quartz #E0E1EE

Tints of Quartz #E0E1EE

Color information

#E0E1EE (or 0xE0E1EE) is unknown color: approx Quartz. HEX triplet: E0, E1 and EE. RGB value is (224,225,238). Sum of RGB (Red+Green+Blue) = 224+225+238=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1EE is #1F1E11. Grayscale: #E2E2E2. Windows color (decimal): -2039314 or 15655392. OLE color: 15655392.

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

Color convert

RGB224225238-
CMYK0.060.0500.07
HSL235.71º29.17%90.59%-
HSV(B)235.71º5.88%93.33%-
XYZ73.175.8791.68-
YUV226.18134.67126.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.61%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=32.61%
G=32.75%
B=34.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242252380.060.0500.07235.7129.1790.59
HexE0E1EE6507ec1d5b
Octal340341356650735435133
Binary111000001110000111101110110101011111101100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1EE; }

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

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

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

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

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

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

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

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