#E5EEF1

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

Shades of Pattens Blue #E5EEF1

Tints of Pattens Blue #E5EEF1

Color information

#E5EEF1 (or 0xE5EEF1) is unknown color: approx Pattens Blue. HEX triplet: E5, EE and F1. RGB value is (229,238,241). Sum of RGB (Red+Green+Blue) = 229+238+241=708 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.34% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEF1 is #1A110E. Grayscale: #EBEBEB. Windows color (decimal): -1708303 or 15855333. OLE color: 15855333.

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

Color convert

RGB229238241-
CMYK0.050.0100.05
HSL195º30%92.16%-
HSV(B)195º4.98%94.51%-
XYZ78.7684.1695.31-
YUV235.65131.02123.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.34%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=32.34%
G=33.62%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292382410.050.0100.051953092.16
HexE5EEF15105c31e5c
Octal345356361510530336134
Binary1110010111101110111100011011010111000011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEF1; }

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

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

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

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

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

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

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

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