Shades of Oyster Bay #D1E9EE
Tints of Oyster Bay #D1E9EE
RGB
CMYK
RGB Variations
Color information
#D1E9EE (or 0xD1E9EE) is known color: Oyster Bay. HEX triplet: D1, E9 and EE. RGB value is (209,233,238). Sum of RGB (Red+Green+Blue) = 209+233+238=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E9EE is #2E1611. Grayscale: #E2E2E2. Windows color (decimal): -3020306 or 15657425. OLE color: 15657425.
HSL color Cylindrical-coordinate representation of color #D1E9EE: hue angle of 190.34º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E9EE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 233 | 238 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.07 |
| HSL | 190.34º | 0.46% | 0.88% | - |
| HSV(B) | 190.34º | 0.12% | 0.93% | - |
| XYZ | 70.87 | 78.01 | 92.21 | - |
| YUV | 226.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 238 | 0.12 | 0.02 | 0 | 0.07 | 190.34 | 0.46 | 0.88 |
| Hex | D1 | E9 | EE | C | 2 | 0 | 7 | BE | 2E | 58 |
| Octal | 321 | 351 | 356 | 14 | 2 | 0 | 7 | 276 | 56 | 130 |
| Binary | 11010001 | 11101001 | 11101110 | 1100 | 10 | 0 | 111 | 10111110 | 101110 | 1011000 |
Color Harmonies of #D1E9EE
Complementary color
Monochromatic Colors of #D1E9EE
Black with #D1E9EE
Text Example
Text Example
White with #D1E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E9EE; }
p { color: rgb(209,233,238); }
H1.HeaderClassName
{
color: #D1E9EE;
}
.AnyTagClassName
{
color: #D1E9EE;
}
</style>
background-color css
<style>
a { background-color: #D1E9EE; }
a { background-color: rgb(209,233,238); }
div.DivClassName
{
background-color: #D1E9EE;
}
.BgClassName
{
background-color: #D1E9EE;
}
</style>
border-color css
<style>
span { border-color: #D1E9EE; }
span { border-color: rgb(209,233,238); }
td.TdClassName
{
border-color: #D1E9EE;
}
.TagClassName
{
border-color: #D1E9EE;
}
</style>