#E1EAF0

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

Shades of Pattens Blue #E1EAF0

Tints of Pattens Blue #E1EAF0

Color information

#E1EAF0 (or 0xE1EAF0) is unknown color: approx Pattens Blue. HEX triplet: E1, EA and F0. RGB value is (225,234,240). Sum of RGB (Red+Green+Blue) = 225+234+240=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAF0 is #1E150F. Grayscale: #E7E7E7. Windows color (decimal): -1971472 or 15788769. OLE color: 15788769.

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

Color convert

RGB225234240-
CMYK0.060.0200.06
HSL204º33.33%91.18%-
HSV(B)204º6.25%94.12%-
XYZ76.281.1494.08-
YUV231.99132.52123.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=32.19%
G=33.48%
B=34.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252342400.060.0200.0620433.3391.18
HexE1EAF06206cc215b
Octal341352360620631441133
Binary111000011110101011110000110100110110011001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAF0; }

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

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

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

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

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

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

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

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