Shades of Oyster Bay #D1E8EB
Tints of Oyster Bay #D1E8EB
RGB
CMYK
RGB Variations
Color information
#D1E8EB (or 0xD1E8EB) is known color: Oyster Bay. HEX triplet: D1, E8 and EB. RGB value is (209,232,235). Sum of RGB (Red+Green+Blue) = 209+232+235=676 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.92% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E8EB is #2E1714. Grayscale: #E1E1E1. Windows color (decimal): -3020565 or 15460561. OLE color: 15460561.
HSL color Cylindrical-coordinate representation of color #D1E8EB: hue angle of 186.92º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E8EB is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 232 | 235 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.08 |
| HSL | 186.92º | 0.39% | 0.87% | - |
| HSV(B) | 186.92º | 0.11% | 0.92% | - |
| XYZ | 70.15 | 77.27 | 89.81 | - |
| YUV | 225.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 235 | 0.11 | 0.01 | 0 | 0.08 | 186.92 | 0.39 | 0.87 |
| Hex | D1 | E8 | EB | B | 1 | 0 | 8 | BB | 27 | 57 |
| Octal | 321 | 350 | 353 | 13 | 1 | 0 | 10 | 273 | 47 | 127 |
| Binary | 11010001 | 11101000 | 11101011 | 1011 | 1 | 0 | 1000 | 10111011 | 100111 | 1010111 |
Color Harmonies of #D1E8EB
Complementary color
Monochromatic Colors of #D1E8EB
Black with #D1E8EB
Text Example
Text Example
White with #D1E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8EB; }
p { color: rgb(209,232,235); }
H1.HeaderClassName
{
color: #D1E8EB;
}
.AnyTagClassName
{
color: #D1E8EB;
}
</style>
background-color css
<style>
a { background-color: #D1E8EB; }
a { background-color: rgb(209,232,235); }
div.DivClassName
{
background-color: #D1E8EB;
}
.BgClassName
{
background-color: #D1E8EB;
}
</style>
border-color css
<style>
span { border-color: #D1E8EB; }
span { border-color: rgb(209,232,235); }
td.TdClassName
{
border-color: #D1E8EB;
}
.TagClassName
{
border-color: #D1E8EB;
}
</style>