#E2E7EB

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

Shades of Pattens Blue #E2E7EB

Tints of Pattens Blue #E2E7EB

Color information

#E2E7EB (or 0xE2E7EB) is unknown color: approx Pattens Blue. HEX triplet: E2, E7 and EB. RGB value is (226,231,235). Sum of RGB (Red+Green+Blue) = 226+231+235=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2E7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E7EB is #1D1814. Grayscale: #E5E5E5. Windows color (decimal): -1906709 or 15460322. OLE color: 15460322.

HSL color Cylindrical-coordinate representation of color #E2E7EB: hue angle of 206.67º 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 #E2E7EB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226231235-
CMYK0.040.0200.08
HSL206.67º18.37%90.39%-
HSV(B)206.67º3.83%92.16%-
XYZ74.9479.3289.96-
YUV229.96130.84125.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.66%
GREEN value IS 231 (90.62% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=32.66%
G=33.38%
B=33.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262312350.040.0200.08206.6718.3790.39
HexE2E7EB4208cf125a
Octal3423473534201031722132
Binary111000101110011111101011100100100011001111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E7EB; }

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

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

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

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

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

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

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

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