Html Css Color HEX #E2E0EF Quartz

📋 copy color: '#E2E0EF'

red 226 ◦ green 224 ◦ blue 239

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

Shades of Quartz #E2E0EF

Tints of Quartz #E2E0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.51%

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

R = 32.8%
G = 32.51%
B = 34.69%

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

#E2E0EF (or 0xE2E0EF) is known color: Quartz. HEX triplet: E2, E0 and EF. RGB value is (226,224,239). Sum of RGB (Red+Green+Blue) = 226+224+239=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E0EF is #1D1F10. Grayscale: #E2E2E2. Windows color (decimal): -1908497 or 15720674. OLE color: 15720674.

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

Color convert

RGB 226 224 239 -
CMYK 0.05 0.06 0 0.06
HSL 248º 0.32% 0.91% -
HSV(B) 248º 0.06% 0.94% -
XYZ 73.6 75.71 92.4 -
YUV 226.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 226 224 239 0.05 0.06 0 0.06 248 0.32 0.91
Hex E2 E0 EF 5 6 0 6 F8 20 5B
Octal 342 340 357 5 6 0 6 370 40 133
Binary 11100010 11100000 11101111 101 110 0 110 11111000 100000 1011011

Color Harmonies of #E2E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E0EF

Black with #E2E0EF

Text Example


Text Example

White with #E2E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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