#E0E2EE

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

Shades of Quartz #E0E2EE

Tints of Quartz #E0E2EE

Color information

#E0E2EE (or 0xE0E2EE) is unknown color: approx Quartz. HEX triplet: E0, E2 and EE. RGB value is (224,226,238). Sum of RGB (Red+Green+Blue) = 224+226+238=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2EE is #1F1D11. Grayscale: #E2E2E2. Windows color (decimal): -2039058 or 15655648. OLE color: 15655648.

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

Color convert

RGB224226238-
CMYK0.060.0500.07
HSL231.43º29.17%90.59%-
HSV(B)231.43º5.88%93.33%-
XYZ73.3776.4191.77-
YUV226.77134.34126.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.56%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=32.56%
G=32.85%
B=34.59%

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
Decimal2242262380.060.0500.07231.4329.1790.59
HexE0E2EE6507e71d5b
Octal340342356650734735133
Binary111000001110001011101110110101011111100111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2EE; }

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

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

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

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

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

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

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

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