Html Css Color HEX #E5EAEB Zircon

📋 copy color: '#E5EAEB'

red 229 ◦ green 234 ◦ blue 235

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

Shades of Zircon #E5EAEB

Tints of Zircon #E5EAEB

RGB

 RED value IS 229 (89.84% from 255) = 32.81%

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

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

R = 32.81%
G = 33.52%
B = 33.67%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5EAEB (or 0xE5EAEB) is known color: Zircon. HEX triplet: E5, EA and EB. RGB value is (229,234,235). Sum of RGB (Red+Green+Blue) = 229+234+235=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAEB is #1A1514. Grayscale: #E8E8E8. Windows color (decimal): -1709333 or 15461093. OLE color: 15461093.

HSL color Cylindrical-coordinate representation of color #E5EAEB: hue angle of 190º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5EAEB is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 234 235 -
CMYK 0.03 0.00 0 0.08
HSL 190º 0.13% 0.91% -
HSV(B) 190º 0.03% 0.92% -
XYZ 76.73 81.5 90.28 -
YUV 232.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 229 234 235 0.03 0.00 0 0.08 190 0.13 0.91
Hex E5 EA EB 3 0 0 8 BE D 5B
Octal 345 352 353 3 0 0 10 276 15 133
Binary 11100101 11101010 11101011 11 0 0 1000 10111110 1101 1011011

Color Harmonies of #E5EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EAEB

Black with #E5EAEB

Text Example


Text Example

White with #E5EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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