#E7EDEF

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

Shades of Pattens Blue #E7EDEF

Tints of Pattens Blue #E7EDEF

Color information

#E7EDEF (or 0xE7EDEF) is unknown color: approx Pattens Blue. HEX triplet: E7, ED and EF. RGB value is (231,237,239). Sum of RGB (Red+Green+Blue) = 231+237+239=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDEF is #181210. Grayscale: #EBEBEB. Windows color (decimal): -1577489 or 15724007. OLE color: 15724007.

HSL color Cylindrical-coordinate representation of color #E7EDEF: hue angle of 195º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7EDEF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231237239-
CMYK0.030.0100.06
HSL195º20%92.16%-
HSV(B)195º3.35%93.73%-
XYZ78.8283.7993.68-
YUV235.43130.01124.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.67%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=32.67%
G=33.52%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312372390.030.0100.061952092.16
HexE7EDEF3106c3145c
Octal347355357310630324134
Binary111001111110110111101111111011011000011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDEF; }

 p { color: rgb(231,237,239); }

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

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

 a { background-color: rgb(231,237,239); }

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

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

 span { border-color: rgb(231,237,239); }

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