Html Css Color HEX #E1EFF1 Oyster Bay

📋 copy color: '#E1EFF1'

red 225 ◦ green 239 ◦ blue 241

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

Shades of Oyster Bay #E1EFF1

Tints of Oyster Bay #E1EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.9%

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

R = 31.91%
G = 33.9%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1EFF1 (or 0xE1EFF1) is known color: 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

RGB 225 239 241 -
CMYK 0.07 0.01 0 0.05
HSL 187.5º 0.36% 0.91% -
HSV(B) 187.5º 0.07% 0.95% -
XYZ 77.8 84.09 95.35 -
YUV 235.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 225 239 241 0.07 0.01 0 0.05 187.5 0.36 0.91
Hex E1 EF F1 7 1 0 5 BC 24 5B
Octal 341 357 361 7 1 0 5 274 44 133
Binary 11100001 11101111 11110001 111 1 0 101 10111100 100100 1011011

Color Harmonies of #E1EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EFF1

Black with #E1EFF1

Text Example


Text Example

White with #E1EFF1

Text Example


Text Example

HTML Codes & Css Web 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>