#E0EBF2

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

Shades of Pattens Blue #E0EBF2

Tints of Pattens Blue #E0EBF2

Color information

#E0EBF2 (or 0xE0EBF2) is unknown color: approx Pattens Blue. HEX triplet: E0, EB and F2. RGB value is (224,235,242). Sum of RGB (Red+Green+Blue) = 224+235+242=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBF2 is #1F140D. Grayscale: #E8E8E8. Windows color (decimal): -2036750 or 15920096. OLE color: 15920096.

HSL color Cylindrical-coordinate representation of color #E0EBF2: hue angle of 203.33º degrees, saturation: 0.41, 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 #E0EBF2 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224235242-
CMYK0.070.0300.05
HSL203.33º40.91%91.37%-
HSV(B)203.33º7.44%94.9%-
XYZ76.4881.6795.74-
YUV232.51133.36121.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.95%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 242 (94.92% from 255) = 34.52%
R=31.95%
G=33.52%
B=34.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242352420.070.0300.05203.3340.9191.37
HexE0EBF27305cb295b
Octal340353362730531351133
Binary111000001110101111110010111110101110010111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBF2; }

 p { color: rgb(224,235,242); }

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

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

 a { background-color: rgb(224,235,242); }

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

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

 span { border-color: rgb(224,235,242); }

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