#E7EAEB

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

Shades of Pattens Blue #E7EAEB

Tints of Pattens Blue #E7EAEB

Color information

#E7EAEB (or 0xE7EAEB) is unknown color: approx Pattens Blue. HEX triplet: E7, EA and EB. RGB value is (231,234,235). Sum of RGB (Red+Green+Blue) = 231+234+235=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAEB is #181514. Grayscale: #E9E9E9. Windows color (decimal): -1578261 or 15461095. OLE color: 15461095.

HSL color Cylindrical-coordinate representation of color #E7EAEB: hue angle of 195º degrees, saturation: 0.09, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E7EAEB is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231234235-
CMYK0.020.0000.08
HSL195º9.09%91.37%-
HSV(B)195º1.7%92.16%-
XYZ77.3781.8390.31-
YUV233.22129.01126.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=33%
G=33.43%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312342350.020.0000.081959.0991.37
HexE7EAEB2008c395b
Octal3473523532001030311133
Binary111001111110101011101011100010001100001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EAEB; }

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

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

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

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

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

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

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

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