Html Css Color HEX #E1E2EC Quartz

📋 copy color: '#E1E2EC'

red 225 ◦ green 226 ◦ blue 236

#E1E2EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #E1E2EC

Tints of Quartz #E1E2EC

RGB

 RED value IS 225 (88.28% from 255) = 32.75%

 GREEN value IS 226 (88.67% from 255) = 32.9%

 BLUE value IS 236 (92.58% from 255) = 34.35%

R = 32.75%
G = 32.9%
B = 34.35%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1E2EC (or 0xE1E2EC) is known color: Quartz. HEX triplet: E1, E2 and EC. RGB value is (225,226,236). Sum of RGB (Red+Green+Blue) = 225+226+236=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2EC is #1E1D13. Grayscale: #E2E2E2. Windows color (decimal): -1973524 or 15524577. OLE color: 15524577.

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

Color convert

RGB 225 226 236 -
CMYK 0.05 0.04 0 0.07
HSL 234.55º 0.22% 0.9% -
HSV(B) 234.55º 0.05% 0.93% -
XYZ 73.39 76.46 90.25 -
YUV 226.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 225 226 236 0.05 0.04 0 0.07 234.55 0.22 0.9
Hex E1 E2 EC 5 4 0 7 EB 16 5A
Octal 341 342 354 5 4 0 7 353 26 132
Binary 11100001 11100010 11101100 101 100 0 111 11101011 10110 1011010

Color Harmonies of #E1E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E2EC

Black with #E1E2EC

Text Example


Text Example

White with #E1E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E2EC; }

 p { color: rgb(225,226,236); }

 H1.HeaderClassName
 {
   color: #E1E2EC;
 }
 .AnyTagClassName
 {
   color: #E1E2EC;
 }
</style>

background-color css

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

 a { background-color: rgb(225,226,236); }

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

border-color css

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

 span { border-color: rgb(225,226,236); }

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