#E3EAED

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

Shades of Pattens Blue #E3EAED

Tints of Pattens Blue #E3EAED

Color information

#E3EAED (or 0xE3EAED) is unknown color: approx Pattens Blue. HEX triplet: E3, EA and ED. RGB value is (227,234,237). Sum of RGB (Red+Green+Blue) = 227+234+237=698 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.52% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAED is #1C1512. Grayscale: #E8E8E8. Windows color (decimal): -1840403 or 15592163. OLE color: 15592163.

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

Color convert

RGB227234237-
CMYK0.040.0100.07
HSL198º21.74%90.98%-
HSV(B)198º4.22%92.94%-
XYZ76.3981.2991.79-
YUV232.25130.68124.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.52%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=32.52%
G=33.52%
B=33.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272342370.040.0100.0719821.7490.98
HexE3EAED4107c6165b
Octal343352355410730626133
Binary1110001111101010111011011001011111000110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAED; }

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

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

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

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

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

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

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

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