#E0E6EB

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

Shades of Pattens Blue #E0E6EB

Tints of Pattens Blue #E0E6EB

Color information

#E0E6EB (or 0xE0E6EB) is unknown color: approx Pattens Blue. HEX triplet: E0, E6 and EB. RGB value is (224,230,235). Sum of RGB (Red+Green+Blue) = 224+230+235=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6EB is #1F1914. Grayscale: #E4E4E4. Windows color (decimal): -2038037 or 15460064. OLE color: 15460064.

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

Color convert

RGB224230235-
CMYK0.050.0200.08
HSL207.27º21.57%90%-
HSV(B)207.27º4.68%92.16%-
XYZ74.0378.4489.84-
YUV228.78131.51124.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.51%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=32.51%
G=33.38%
B=34.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242302350.050.0200.08207.2721.5790
HexE0E6EB5208cf165a
Octal3403463535201031726132
Binary111000001110011011101011101100100011001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E6EB; }

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

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

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

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

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

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

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

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