#E0EEEF

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

Shades of Oyster Bay #E0EEEF

Tints of Oyster Bay #E0EEEF

Color information

#E0EEEF (or 0xE0EEEF) is unknown color: approx Oyster Bay. HEX triplet: E0, EE and EF. RGB value is (224,238,239). Sum of RGB (Red+Green+Blue) = 224+238+239=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EEEF is #1F1110. Grayscale: #E9E9E9. Windows color (decimal): -2035985 or 15724256. OLE color: 15724256.

HSL color Cylindrical-coordinate representation of color #E0EEEF: hue angle of 184º 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 #E0EEEF is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224238239-
CMYK0.060.0000.06
HSL184º31.91%90.78%-
HSV(B)184º6.28%93.73%-
XYZ76.8983.2393.67-
YUV233.93130.86120.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.95%
GREEN value IS 238 (93.36% from 255) = 33.95%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=31.95%
G=33.95%
B=34.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242382390.060.0000.0618431.9190.78
HexE0EEEF6006b8205b
Octal340356357600627040133
Binary11100000111011101110111111000110101110001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EEEF; }

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

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

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

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

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

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

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

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