#E5EEF3

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

Shades of Pattens Blue #E5EEF3

Tints of Pattens Blue #E5EEF3

Color information

#E5EEF3 (or 0xE5EEF3) is unknown color: approx Pattens Blue. HEX triplet: E5, EE and F3. RGB value is (229,238,243). Sum of RGB (Red+Green+Blue) = 229+238+243=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEF3 is #1A110C. Grayscale: #EBEBEB. Windows color (decimal): -1708301 or 15986405. OLE color: 15986405.

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

Color convert

RGB229238243-
CMYK0.060.0200.05
HSL201.43º36.84%92.55%-
HSV(B)201.43º5.76%95.29%-
XYZ79.0784.2896.89-
YUV235.88132.02123.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.25%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 243 (95.31% from 255) = 34.23%
R=32.25%
G=33.52%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292382430.060.0200.05201.4336.8492.55
HexE5EEF36205c9255d
Octal345356363620531145135
Binary111001011110111011110011110100101110010011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEF3; }

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

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

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

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

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

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

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

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