Html Css Color HEX #E2E1E5 Quartz

📋 copy color: '#E2E1E5'

red 226 ◦ green 225 ◦ blue 229

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

Shades of Quartz #E2E1E5

Tints of Quartz #E2E1E5

RGB

 RED value IS 226 (88.67% from 255) = 33.24%

 GREEN value IS 225 (88.28% from 255) = 33.09%

 BLUE value IS 229 (89.84% from 255) = 33.68%

R = 33.24%
G = 33.09%
B = 33.68%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2E1E5 (or 0xE2E1E5) is known color: Quartz. HEX triplet: E2, E1 and E5. RGB value is (226,225,229). Sum of RGB (Red+Green+Blue) = 226+225+229=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2E1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1E5 is #1D1E1A. Grayscale: #E1E1E1. Windows color (decimal): -1908251 or 15065570. OLE color: 15065570.

HSL color Cylindrical-coordinate representation of color #E2E1E5: hue angle of 255º degrees, saturation: 0.07, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E1E5 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 225 229 -
CMYK 0.01 0.02 0 0.10
HSL 255º 0.07% 0.89% -
HSV(B) 255º 0.02% 0.9% -
XYZ 72.43 75.68 84.92 -
YUV 225.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 226 225 229 0.01 0.02 0 0.10 255 0.07 0.89
Hex E2 E1 E5 1 2 0 A FF 7 59
Octal 342 341 345 1 2 0 12 377 7 131
Binary 11100010 11100001 11100101 1 10 0 1010 11111111 111 1011001

Color Harmonies of #E2E1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E1E5

Black with #E2E1E5

Text Example


Text Example

White with #E2E1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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