#E1EFF5

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

Shades of Pattens Blue #E1EFF5

Tints of Pattens Blue #E1EFF5

Color information

#E1EFF5 (or 0xE1EFF5) is unknown color: approx Pattens Blue. HEX triplet: E1, EF and F5. RGB value is (225,239,245). Sum of RGB (Red+Green+Blue) = 225+239+245=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EFF5 is #1E100A. Grayscale: #EBEBEB. Windows color (decimal): -1970187 or 16117729. OLE color: 16117729.

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

Color convert

RGB225239245-
CMYK0.080.0200.04
HSL198º50%92.16%-
HSV(B)198º8.16%96.08%-
XYZ78.484.3398.53-
YUV235.5133.36120.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.73%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 245 (96.09% from 255) = 34.56%
R=31.73%
G=33.71%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252392450.080.0200.041985092.16
HexE1EFF58204c6325c
Octal3413573651020430662134
Binary1110000111101111111101011000100100110001101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EFF5; }

 p { color: rgb(225,239,245); }

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

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

 a { background-color: rgb(225,239,245); }

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

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

 span { border-color: rgb(225,239,245); }

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