#E6EDF1

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

Shades of Pattens Blue #E6EDF1

Tints of Pattens Blue #E6EDF1

Color information

#E6EDF1 (or 0xE6EDF1) is unknown color: approx Pattens Blue. HEX triplet: E6, ED and F1. RGB value is (230,237,241). Sum of RGB (Red+Green+Blue) = 230+237+241=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF1 is #19120E. Grayscale: #EBEBEB. Windows color (decimal): -1643023 or 15855078. OLE color: 15855078.

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

Color convert

RGB230237241-
CMYK0.050.0200.05
HSL201.82º28.21%92.35%-
HSV(B)201.82º4.56%94.51%-
XYZ78.7983.7495.23-
YUV235.36131.18124.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.49%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=32.49%
G=33.47%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302372410.050.0200.05201.8228.2192.35
HexE6EDF15205ca1c5c
Octal346355361520531234134
Binary11100110111011011111000110110010111001010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDF1; }

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

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

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

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

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

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

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

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