#E0EDF1

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

Shades of Pattens Blue #E0EDF1

Tints of Pattens Blue #E0EDF1

Color information

#E0EDF1 (or 0xE0EDF1) is unknown color: approx Pattens Blue. HEX triplet: E0, ED and F1. RGB value is (224,237,241). Sum of RGB (Red+Green+Blue) = 224+237+241=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDF1 is #1F120E. Grayscale: #E9E9E9. Windows color (decimal): -2036239 or 15855072. OLE color: 15855072.

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

Color convert

RGB224237241-
CMYK0.070.0200.05
HSL194.12º37.78%91.18%-
HSV(B)194.12º7.05%94.51%-
XYZ76.982.7795.14-
YUV233.57132.19121.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.91%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=31.91%
G=33.76%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242372410.070.0200.05194.1237.7891.18
HexE0EDF17205c2265b
Octal340355361720530246133
Binary111000001110110111110001111100101110000101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDF1; }

 p { color: rgb(224,237,241); }

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

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

 a { background-color: rgb(224,237,241); }

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

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

 span { border-color: rgb(224,237,241); }

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