Html Css Color HEX #E2E1EF Quartz

📋 copy color: '#E2E1EF'

red 226 ◦ green 225 ◦ blue 239

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

Shades of Quartz #E2E1EF

Tints of Quartz #E2E1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 32.75%
G = 32.61%
B = 34.64%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2E1EF (or 0xE2E1EF) is known color: Quartz. HEX triplet: E2, E1 and EF. RGB value is (226,225,239). Sum of RGB (Red+Green+Blue) = 226+225+239=690 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.75% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1EF is #1D1E10. Grayscale: #E2E2E2. Windows color (decimal): -1908241 or 15720930. OLE color: 15720930.

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

Color convert

RGB 226 225 239 -
CMYK 0.05 0.06 0 0.06
HSL 244.29º 0.3% 0.91% -
HSV(B) 244.29º 0.06% 0.94% -
XYZ 73.87 76.25 92.49 -
YUV 226.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 226 225 239 0.05 0.06 0 0.06 244.29 0.3 0.91
Hex E2 E1 EF 5 6 0 6 F4 1E 5B
Octal 342 341 357 5 6 0 6 364 36 133
Binary 11100010 11100001 11101111 101 110 0 110 11110100 11110 1011011

Color Harmonies of #E2E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E1EF

Black with #E2E1EF

Text Example


Text Example

White with #E2E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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