#E2EAED

Color #E2EAED Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #E2EAED

Tints of Pattens Blue #E2EAED

Color information

#E2EAED (or 0xE2EAED) is unknown color: approx Pattens Blue. HEX triplet: E2, EA and ED. RGB value is (226,234,237). Sum of RGB (Red+Green+Blue) = 226+234+237=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAED is #1D1512. Grayscale: #E7E7E7. Windows color (decimal): -1905939 or 15592162. OLE color: 15592162.

HSL color Cylindrical-coordinate representation of color #E2EAED: hue angle of 196.36º degrees, saturation: 0.23, 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 #E2EAED is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226234237-
CMYK0.050.0100.07
HSL196.36º23.4%90.78%-
HSV(B)196.36º4.64%92.94%-
XYZ76.0781.1391.77-
YUV231.95130.85123.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.42%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=32.42%
G=33.57%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262342370.050.0100.07196.3623.490.78
HexE2EAED5107c4175b
Octal342352355510730427133
Binary1110001011101010111011011011011111000100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAED; }

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

 H1.HeaderClassName
 {
   color: #E2EAED;
 }
 .AnyTagClassName
 {
   color: #E2EAED;
 }
</style>
background-color css

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

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

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

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

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

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