#E1EFF1

Color #E1EFF1 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #E1EFF1

Tints of Oyster Bay #E1EFF1

Color information

#E1EFF1 (or 0xE1EFF1) is unknown color: approx Oyster Bay. HEX triplet: E1, EF and F1. RGB value is (225,239,241). Sum of RGB (Red+Green+Blue) = 225+239+241=705 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.91% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1EFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EFF1 is #1E100E. Grayscale: #EBEBEB. Windows color (decimal): -1970191 or 15855585. OLE color: 15855585.

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

Color convert

RGB225239241-
CMYK0.070.0100.05
HSL187.5º36.36%91.37%-
HSV(B)187.5º6.64%94.51%-
XYZ77.884.0995.35-
YUV235.04131.36120.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.91%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=31.91%
G=33.90%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252392410.070.0100.05187.536.3691.37
HexE1EFF17105bc245b
Octal341357361710527444133
Binary11100001111011111111000111110101101111001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EFF1; }

 p { color: rgb(225,239,241); }

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

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

 a { background-color: rgb(225,239,241); }

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

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

 span { border-color: rgb(225,239,241); }

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