#E0E1ED

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

Shades of Quartz #E0E1ED

Tints of Quartz #E0E1ED

Color information

#E0E1ED (or 0xE0E1ED) is unknown color: approx Quartz. HEX triplet: E0, E1 and ED. RGB value is (224,225,237). Sum of RGB (Red+Green+Blue) = 224+225+237=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0E1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1ED is #1F1E12. Grayscale: #E2E2E2. Windows color (decimal): -2039315 or 15589856. OLE color: 15589856.

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

Color convert

RGB224225237-
CMYK0.050.0500.07
HSL235.38º26.53%90.39%-
HSV(B)235.38º5.49%92.94%-
XYZ72.9575.8190.91-
YUV226.07134.17126.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.65%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=32.65%
G=32.80%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242252370.050.0500.07235.3826.5390.39
HexE0E1ED5507eb1b5a
Octal340341355550735333132
Binary111000001110000111101101101101011111101011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1ED; }

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

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

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

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

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

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

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

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