Html Css Color HEX #E1E0EB Quartz

📋 copy color: '#E1E0EB'

red 225 ◦ green 224 ◦ blue 235

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

Shades of Quartz #E1E0EB

Tints of Quartz #E1E0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 32.89%
G = 32.75%
B = 34.36%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1E0EB (or 0xE1E0EB) is known color: Quartz. HEX triplet: E1, E0 and EB. RGB value is (225,224,235). Sum of RGB (Red+Green+Blue) = 225+224+235=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E0EB is #1E1F14. Grayscale: #E1E1E1. Windows color (decimal): -1974037 or 15458529. OLE color: 15458529.

HSL color Cylindrical-coordinate representation of color #E1E0EB: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E0EB is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 224 235 -
CMYK 0.04 0.05 0 0.08
HSL 245.45º 0.22% 0.9% -
HSV(B) 245.45º 0.05% 0.92% -
XYZ 72.7 75.32 89.3 -
YUV 225.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 225 224 235 0.04 0.05 0 0.08 245.45 0.22 0.9
Hex E1 E0 EB 4 5 0 8 F5 16 5A
Octal 341 340 353 4 5 0 10 365 26 132
Binary 11100001 11100000 11101011 100 101 0 1000 11110101 10110 1011010

Color Harmonies of #E1E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E0EB

Black with #E1E0EB

Text Example


Text Example

White with #E1E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E0EB; }

 p { color: rgb(225,224,235); }

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

background-color css

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

 a { background-color: rgb(225,224,235); }

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

border-color css

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

 span { border-color: rgb(225,224,235); }

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