#E1EAEE

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

Shades of Pattens Blue #E1EAEE

Tints of Pattens Blue #E1EAEE

Color information

#E1EAEE (or 0xE1EAEE) is unknown color: approx Pattens Blue. HEX triplet: E1, EA and EE. RGB value is (225,234,238). Sum of RGB (Red+Green+Blue) = 225+234+238=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEE is #1E1511. Grayscale: #E7E7E7. Windows color (decimal): -1971474 or 15657697. OLE color: 15657697.

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

Color convert

RGB225234238-
CMYK0.050.0200.07
HSL198.46º27.66%90.78%-
HSV(B)198.46º5.46%93.33%-
XYZ75.9181.0392.53-
YUV231.76131.52123.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=32.28%
G=33.57%
B=34.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252342380.050.0200.07198.4627.6690.78
HexE1EAEE5207c61c5b
Octal341352356520730634133
Binary11100001111010101110111010110011111000110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAEE; }

 p { color: rgb(225,234,238); }

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

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

 a { background-color: rgb(225,234,238); }

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

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

 span { border-color: rgb(225,234,238); }

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