#E6EBED

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

Shades of Pattens Blue #E6EBED

Tints of Pattens Blue #E6EBED

Color information

#E6EBED (or 0xE6EBED) is unknown color: approx Pattens Blue. HEX triplet: E6, EB and ED. RGB value is (230,235,237). Sum of RGB (Red+Green+Blue) = 230+235+237=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBED is #191412. Grayscale: #E9E9E9. Windows color (decimal): -1643539 or 15592422. OLE color: 15592422.

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

Color convert

RGB230235237-
CMYK0.030.0100.07
HSL197.14º16.28%91.57%-
HSV(B)197.14º2.95%92.94%-
XYZ77.6382.3591.93-
YUV233.73129.84125.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.76%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=32.76%
G=33.48%
B=33.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302352370.030.0100.07197.1416.2891.57
HexE6EBED3107c5105c
Octal346353355310730520134
Binary111001101110101111101101111011111000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBED; }

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

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

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

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

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

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

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

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