#E9EEF0

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

Shades of Pattens Blue #E9EEF0

Tints of Pattens Blue #E9EEF0

Color information

#E9EEF0 (or 0xE9EEF0) is unknown color: approx Pattens Blue. HEX triplet: E9, EE and F0. RGB value is (233,238,240). Sum of RGB (Red+Green+Blue) = 233+238+240=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EEF0 is #16110F. Grayscale: #ECECEC. Windows color (decimal): -1446160 or 15789801. OLE color: 15789801.

HSL color Cylindrical-coordinate representation of color #E9EEF0: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9EEF0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233238240-
CMYK0.030.0100.06
HSL197.14º18.92%92.75%-
HSV(B)197.14º2.92%94.12%-
XYZ79.9184.7694.59-
YUV236.73129.84125.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.77%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=32.77%
G=33.47%
B=33.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332382400.030.0100.06197.1418.9292.75
HexE9EEF03106c5135d
Octal351356360310630523135
Binary111010011110111011110000111011011000101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EEF0; }

 p { color: rgb(233,238,240); }

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

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

 a { background-color: rgb(233,238,240); }

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

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

 span { border-color: rgb(233,238,240); }

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