Html Css Color HEX #E2EDEE Zircon

📋 copy color: '#E2EDEE'

red 226 ◦ green 237 ◦ blue 238

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

Shades of Zircon #E2EDEE

Tints of Zircon #E2EDEE

RGB

 RED value IS 226 (88.67% from 255) = 32.24%

 GREEN value IS 237 (92.97% from 255) = 33.81%

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

R = 32.24%
G = 33.81%
B = 33.95%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2EDEE (or 0xE2EDEE) is known color: Zircon. HEX triplet: E2, ED and EE. RGB value is (226,237,238). Sum of RGB (Red+Green+Blue) = 226+237+238=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDEE is #1D1211. Grayscale: #E9E9E9. Windows color (decimal): -1905170 or 15658466. OLE color: 15658466.

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

Color convert

RGB 226 237 238 -
CMYK 0.05 0.00 0 0.07
HSL 185º 0.26% 0.91% -
HSV(B) 185º 0.05% 0.93% -
XYZ 77.08 82.91 92.83 -
YUV 233.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 226 237 238 0.05 0.00 0 0.07 185 0.26 0.91
Hex E2 ED EE 5 0 0 7 B9 1A 5B
Octal 342 355 356 5 0 0 7 271 32 133
Binary 11100010 11101101 11101110 101 0 0 111 10111001 11010 1011011

Color Harmonies of #E2EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDEE

Black with #E2EDEE

Text Example


Text Example

White with #E2EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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