Html Css Color HEX #E1E9EB Zircon

📋 copy color: '#E1E9EB'

red 225 ◦ green 233 ◦ blue 235

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

Shades of Zircon #E1E9EB

Tints of Zircon #E1E9EB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.62%

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

R = 32.47%
G = 33.62%
B = 33.91%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1E9EB (or 0xE1E9EB) is known color: Zircon. HEX triplet: E1, E9 and EB. RGB value is (225,233,235). Sum of RGB (Red+Green+Blue) = 225+233+235=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E9EB is #1E1614. Grayscale: #E6E6E6. Windows color (decimal): -1971733 or 15460833. OLE color: 15460833.

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

Color convert

RGB 225 233 235 -
CMYK 0.04 0.01 0 0.08
HSL 192º 0.2% 0.9% -
HSV(B) 192º 0.04% 0.92% -
XYZ 75.19 80.28 90.13 -
YUV 230.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 225 233 235 0.04 0.01 0 0.08 192 0.2 0.9
Hex E1 E9 EB 4 1 0 8 C0 14 5A
Octal 341 351 353 4 1 0 10 300 24 132
Binary 11100001 11101001 11101011 100 1 0 1000 11000000 10100 1011010

Color Harmonies of #E1E9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E9EB

Black with #E1E9EB

Text Example


Text Example

White with #E1E9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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