#E1EDF4

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

Shades of Pattens Blue #E1EDF4

Tints of Pattens Blue #E1EDF4

Color information

#E1EDF4 (or 0xE1EDF4) is unknown color: approx Pattens Blue. HEX triplet: E1, ED and F4. RGB value is (225,237,244). Sum of RGB (Red+Green+Blue) = 225+237+244=706 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.87% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 244 (95.70% from 255 or 34.56% from 706); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDF4 is #1E120B. Grayscale: #EAEAEA. Windows color (decimal): -1970700 or 16051681. OLE color: 16051681.

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

Color convert

RGB225237244-
CMYK0.080.0300.04
HSL202.11º46.34%91.96%-
HSV(B)202.11º7.79%95.69%-
XYZ77.6683.1197.54-
YUV234.21133.52121.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.87%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 244 (95.70% from 255) = 34.56%
R=31.87%
G=33.57%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252372440.080.0300.04202.1146.3491.96
HexE1EDF48304ca2e5c
Octal3413553641030431256134
Binary1110000111101101111101001000110100110010101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDF4; }

 p { color: rgb(225,237,244); }

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

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

 a { background-color: rgb(225,237,244); }

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

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

 span { border-color: rgb(225,237,244); }

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