#E5EDF1

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

Shades of Pattens Blue #E5EDF1

Tints of Pattens Blue #E5EDF1

Color information

#E5EDF1 (or 0xE5EDF1) is unknown color: approx Pattens Blue. HEX triplet: E5, ED and F1. RGB value is (229,237,241). Sum of RGB (Red+Green+Blue) = 229+237+241=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDF1 is #1A120E. Grayscale: #EBEBEB. Windows color (decimal): -1708559 or 15855077. OLE color: 15855077.

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

Color convert

RGB229237241-
CMYK0.050.0200.05
HSL200º30%92.16%-
HSV(B)200º4.98%94.51%-
XYZ78.4783.5895.22-
YUV235.06131.35123.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.39%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=32.39%
G=33.52%
B=34.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292372410.050.0200.052003092.16
HexE5EDF15205c81e5c
Octal345355361520531036134
Binary11100101111011011111000110110010111001000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDF1; }

 p { color: rgb(229,237,241); }

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

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

 a { background-color: rgb(229,237,241); }

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

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

 span { border-color: rgb(229,237,241); }

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