Html Css Color HEX #E1F0F1 Oyster Bay

📋 copy color: '#E1F0F1'

red 225 ◦ green 240 ◦ blue 241

#E1F0F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #E1F0F1

Tints of Oyster Bay #E1F0F1

RGB

 RED value IS 225 (88.28% from 255) = 31.87%

 GREEN value IS 240 (94.14% from 255) = 33.99%

 BLUE value IS 241 (94.53% from 255) = 34.14%

R = 31.87%
G = 33.99%
B = 34.14%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1F0F1 (or 0xE1F0F1) is known color: Oyster Bay. HEX triplet: E1, F0 and F1. RGB value is (225,240,241). Sum of RGB (Red+Green+Blue) = 225+240+241=706 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.87% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1F0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F0F1 is #1E0F0E. Grayscale: #EBEBEB. Windows color (decimal): -1969935 or 15855841. OLE color: 15855841.

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

Color convert

RGB 225 240 241 -
CMYK 0.07 0.00 0 0.05
HSL 183.75º 0.36% 0.91% -
HSV(B) 183.75º 0.07% 0.95% -
XYZ 78.09 84.68 95.45 -
YUV 235.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 225 240 241 0.07 0.00 0 0.05 183.75 0.36 0.91
Hex E1 F0 F1 7 0 0 5 B8 24 5B
Octal 341 360 361 7 0 0 5 270 44 133
Binary 11100001 11110000 11110001 111 0 0 101 10111000 100100 1011011

Color Harmonies of #E1F0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F0F1

Black with #E1F0F1

Text Example


Text Example

White with #E1F0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F0F1; }

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

 H1.HeaderClassName
 {
   color: #E1F0F1;
 }
 .AnyTagClassName
 {
   color: #E1F0F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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