Shades of Oyster Bay #E0EFF1
Tints of Oyster Bay #E0EFF1
RGB
CMYK
RGB Variations
Color information
#E0EFF1 (or 0xE0EFF1) is known color: Oyster Bay. HEX triplet: E0, EF and F1. RGB value is (224,239,241). Sum of RGB (Red+Green+Blue) = 224+239+241=704 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.82% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0EFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFF1 is #1F100E. Grayscale: #EAEAEA. Windows color (decimal): -2035727 or 15855584. OLE color: 15855584.
HSL color Cylindrical-coordinate representation of color #E0EFF1: hue angle of 187.06º degrees, saturation: 0.38, 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 #E0EFF1 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 239 | 241 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.05 |
| HSL | 187.06º | 0.38% | 0.91% | - |
| HSV(B) | 187.06º | 0.07% | 0.95% | - |
| XYZ | 77.48 | 83.93 | 95.34 | - |
| YUV | 234.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 241 | 0.07 | 0.01 | 0 | 0.05 | 187.06 | 0.38 | 0.91 |
| Hex | E0 | EF | F1 | 7 | 1 | 0 | 5 | BB | 26 | 5B |
| Octal | 340 | 357 | 361 | 7 | 1 | 0 | 5 | 273 | 46 | 133 |
| Binary | 11100000 | 11101111 | 11110001 | 111 | 1 | 0 | 101 | 10111011 | 100110 | 1011011 |
Color Harmonies of #E0EFF1
Complementary color
Monochromatic Colors of #E0EFF1
Black with #E0EFF1
Text Example
Text Example
White with #E0EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFF1; }
p { color: rgb(224,239,241); }
H1.HeaderClassName
{
color: #E0EFF1;
}
.AnyTagClassName
{
color: #E0EFF1;
}
</style>
background-color css
<style>
a { background-color: #E0EFF1; }
a { background-color: rgb(224,239,241); }
div.DivClassName
{
background-color: #E0EFF1;
}
.BgClassName
{
background-color: #E0EFF1;
}
</style>
border-color css
<style>
span { border-color: #E0EFF1; }
span { border-color: rgb(224,239,241); }
td.TdClassName
{
border-color: #E0EFF1;
}
.TagClassName
{
border-color: #E0EFF1;
}
</style>