#E2E9EB

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

Shades of Pattens Blue #E2E9EB

Tints of Pattens Blue #E2E9EB

Color information

#E2E9EB (or 0xE2E9EB) is unknown color: approx Pattens Blue. HEX triplet: E2, E9 and EB. RGB value is (226,233,235). Sum of RGB (Red+Green+Blue) = 226+233+235=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9EB is #1D1614. Grayscale: #E7E7E7. Windows color (decimal): -1906197 or 15460834. OLE color: 15460834.

HSL color Cylindrical-coordinate representation of color #E2E9EB: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E9EB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226233235-
CMYK0.040.0100.08
HSL193.33º18.37%90.39%-
HSV(B)193.33º3.83%92.16%-
XYZ75.580.4490.15-
YUV231.13130.18124.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.56%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=32.56%
G=33.57%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262332350.040.0100.08193.3318.3790.39
HexE2E9EB4108c1125a
Octal3423513534101030122132
Binary11100010111010011110101110010100011000001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E9EB; }

 p { color: rgb(226,233,235); }

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

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

 a { background-color: rgb(226,233,235); }

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

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

 span { border-color: rgb(226,233,235); }

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