Html Css Color HEX #E0E2EE Quartz

📋 copy color: '#E0E2EE'

red 224 ◦ green 226 ◦ blue 238

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

Shades of Quartz #E0E2EE

Tints of Quartz #E0E2EE

RGB

 RED value IS 224 (87.89% from 255) = 32.56%

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

 BLUE value IS 238 (93.36% from 255) = 34.59%

R = 32.56%
G = 32.85%
B = 34.59%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0E2EE (or 0xE0E2EE) is known color: Quartz. HEX triplet: E0, E2 and EE. RGB value is (224,226,238). Sum of RGB (Red+Green+Blue) = 224+226+238=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2EE is #1F1D11. Grayscale: #E2E2E2. Windows color (decimal): -2039058 or 15655648. OLE color: 15655648.

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

Color convert

RGB 224 226 238 -
CMYK 0.06 0.05 0 0.07
HSL 231.43º 0.29% 0.91% -
HSV(B) 231.43º 0.06% 0.93% -
XYZ 73.37 76.41 91.77 -
YUV 226.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 224 226 238 0.06 0.05 0 0.07 231.43 0.29 0.91
Hex E0 E2 EE 6 5 0 7 E7 1D 5B
Octal 340 342 356 6 5 0 7 347 35 133
Binary 11100000 11100010 11101110 110 101 0 111 11100111 11101 1011011

Color Harmonies of #E0E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E2EE

Black with #E0E2EE

Text Example


Text Example

White with #E0E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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