#E0E8EF

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

Shades of Pattens Blue #E0E8EF

Tints of Pattens Blue #E0E8EF

Color information

#E0E8EF (or 0xE0E8EF) is unknown color: approx Pattens Blue. HEX triplet: E0, E8 and EF. RGB value is (224,232,239). Sum of RGB (Red+Green+Blue) = 224+232+239=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8EF is #1F1710. Grayscale: #E6E6E6. Windows color (decimal): -2037521 or 15722720. OLE color: 15722720.

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

Color convert

RGB224232239-
CMYK0.060.0300.06
HSL208º31.91%90.78%-
HSV(B)208º6.28%93.73%-
XYZ75.1879.7993.1-
YUV230.41132.85123.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.23%
GREEN value IS 232 (91.02% from 255) = 33.38%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=32.23%
G=33.38%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242322390.060.0300.0620831.9190.78
HexE0E8EF6306d0205b
Octal340350357630632040133
Binary111000001110100011101111110110110110100001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E8EF; }

 p { color: rgb(224,232,239); }

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

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

 a { background-color: rgb(224,232,239); }

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

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

 span { border-color: rgb(224,232,239); }

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