#E0EFEF

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

Shades of Oyster Bay #E0EFEF

Tints of Oyster Bay #E0EFEF

Color information

#E0EFEF (or 0xE0EFEF) is unknown color: approx Oyster Bay. HEX triplet: E0, EF and EF. RGB value is (224,239,239). Sum of RGB (Red+Green+Blue) = 224+239+239=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E0EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFEF is #1F1010. Grayscale: #EAEAEA. Windows color (decimal): -2035729 or 15724512. OLE color: 15724512.

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

Color convert

RGB224239239-
CMYK0.06000.06
HSL180º31.91%90.78%-
HSV(B)180º6.28%93.73%-
XYZ77.1983.8193.77-
YUV234.52130.53120.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.91%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=31.91%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242392390.06000.0618031.9190.78
HexE0EFEF6006b4205b
Octal340357357600626440133
Binary11100000111011111110111111000110101101001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFEF; }

 p { color: rgb(224,239,239); }

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

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

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

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

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

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

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