#E0E8EE

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

Shades of Pattens Blue #E0E8EE

Tints of Pattens Blue #E0E8EE

Color information

#E0E8EE (or 0xE0E8EE) is unknown color: approx Pattens Blue. HEX triplet: E0, E8 and EE. RGB value is (224,232,238). Sum of RGB (Red+Green+Blue) = 224+232+238=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8EE is #1F1711. Grayscale: #E6E6E6. Windows color (decimal): -2037522 or 15657184. OLE color: 15657184.

HSL color Cylindrical-coordinate representation of color #E0E8EE: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E8EE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224232238-
CMYK0.060.0300.07
HSL205.71º29.17%90.59%-
HSV(B)205.71º5.88%93.33%-
XYZ75.0379.7392.32-
YUV230.29132.35123.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.28%
GREEN value IS 232 (91.02% from 255) = 33.43%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=32.28%
G=33.43%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242322380.060.0300.07205.7129.1790.59
HexE0E8EE6307ce1d5b
Octal340350356630731635133
Binary11100000111010001110111011011011111001110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E8EE; }

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

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

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

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

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

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

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

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