#E3EAEE

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

Shades of Pattens Blue #E3EAEE

Tints of Pattens Blue #E3EAEE

Color information

#E3EAEE (or 0xE3EAEE) is unknown color: approx Pattens Blue. HEX triplet: E3, EA and EE. RGB value is (227,234,238). Sum of RGB (Red+Green+Blue) = 227+234+238=699 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.47% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAEE is #1C1511. Grayscale: #E8E8E8. Windows color (decimal): -1840402 or 15657699. OLE color: 15657699.

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

Color convert

RGB227234238-
CMYK0.050.0200.07
HSL201.82º24.44%91.18%-
HSV(B)201.82º4.62%93.33%-
XYZ76.5381.3592.56-
YUV232.36131.18124.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.47%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=32.47%
G=33.48%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272342380.050.0200.07201.8224.4491.18
HexE3EAEE5207ca185b
Octal343352356520731230133
Binary11100011111010101110111010110011111001010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAEE; }

 p { color: rgb(227,234,238); }

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

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

 a { background-color: rgb(227,234,238); }

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

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

 span { border-color: rgb(227,234,238); }

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