#E1EAEF

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

Shades of Pattens Blue #E1EAEF

Tints of Pattens Blue #E1EAEF

Color information

#E1EAEF (or 0xE1EAEF) is unknown color: approx Pattens Blue. HEX triplet: E1, EA and EF. RGB value is (225,234,239). Sum of RGB (Red+Green+Blue) = 225+234+239=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEF is #1E1510. Grayscale: #E7E7E7. Windows color (decimal): -1971473 or 15723233. OLE color: 15723233.

HSL color Cylindrical-coordinate representation of color #E1EAEF: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1EAEF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225234239-
CMYK0.060.0200.06
HSL201.43º30.43%90.98%-
HSV(B)201.43º5.86%93.73%-
XYZ76.0581.0993.3-
YUV231.88132.02123.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.23%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=32.23%
G=33.52%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252342390.060.0200.06201.4330.4390.98
HexE1EAEF6206c91e5b
Octal341352357620631136133
Binary11100001111010101110111111010011011001001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAEF; }

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

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

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

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

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

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

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

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