Html Css Color HEX #E1EAEB Zircon

📋 copy color: '#E1EAEB'

red 225 ◦ green 234 ◦ blue 235

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

Shades of Zircon #E1EAEB

Tints of Zircon #E1EAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.72%

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

R = 32.42%
G = 33.72%
B = 33.86%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1EAEB (or 0xE1EAEB) is known color: Zircon. HEX triplet: E1, EA and EB. RGB value is (225,234,235). Sum of RGB (Red+Green+Blue) = 225+234+235=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEB is #1E1514. Grayscale: #E7E7E7. Windows color (decimal): -1971477 or 15461089. OLE color: 15461089.

HSL color Cylindrical-coordinate representation of color #E1EAEB: hue angle of 186º 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 #E1EAEB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 234 235 -
CMYK 0.04 0.00 0 0.08
HSL 186º 0.2% 0.9% -
HSV(B) 186º 0.04% 0.92% -
XYZ 75.47 80.85 90.23 -
YUV 231.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 225 234 235 0.04 0.00 0 0.08 186 0.2 0.9
Hex E1 EA EB 4 0 0 8 BA 14 5A
Octal 341 352 353 4 0 0 10 272 24 132
Binary 11100001 11101010 11101011 100 0 0 1000 10111010 10100 1011010

Color Harmonies of #E1EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EAEB

Black with #E1EAEB

Text Example


Text Example

White with #E1EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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