#E2EBEF

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

Shades of Pattens Blue #E2EBEF

Tints of Pattens Blue #E2EBEF

Color information

#E2EBEF (or 0xE2EBEF) is unknown color: approx Pattens Blue. HEX triplet: E2, EB and EF. RGB value is (226,235,239). Sum of RGB (Red+Green+Blue) = 226+235+239=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EBEF is #1D1410. Grayscale: #E8E8E8. Windows color (decimal): -1905681 or 15723490. OLE color: 15723490.

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

Color convert

RGB226235239-
CMYK0.050.0200.06
HSL198.46º28.89%91.18%-
HSV(B)198.46º5.44%93.73%-
XYZ76.6581.8293.41-
YUV232.76131.52123.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.29%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=32.29%
G=33.57%
B=34.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262352390.050.0200.06198.4628.8991.18
HexE2EBEF5206c61d5b
Octal342353357520630635133
Binary11100010111010111110111110110011011000110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EBEF; }

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

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

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

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

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

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

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

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