Shades of Oyster Bay #D1E9ED
Tints of Oyster Bay #D1E9ED
RGB
CMYK
RGB Variations
Color information
#D1E9ED (or 0xD1E9ED) is known color: Oyster Bay. HEX triplet: D1, E9 and ED. RGB value is (209,233,237). Sum of RGB (Red+Green+Blue) = 209+233+237=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E9ED is #2E1612. Grayscale: #E2E2E2. Windows color (decimal): -3020307 or 15591889. OLE color: 15591889.
HSL color Cylindrical-coordinate representation of color #D1E9ED: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E9ED is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 233 | 237 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.07 |
| HSL | 188.57º | 0.44% | 0.87% | - |
| HSV(B) | 188.57º | 0.12% | 0.93% | - |
| XYZ | 70.72 | 77.95 | 91.44 | - |
| YUV | 226.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 237 | 0.12 | 0.02 | 0 | 0.07 | 188.57 | 0.44 | 0.87 |
| Hex | D1 | E9 | ED | C | 2 | 0 | 7 | BD | 2C | 57 |
| Octal | 321 | 351 | 355 | 14 | 2 | 0 | 7 | 275 | 54 | 127 |
| Binary | 11010001 | 11101001 | 11101101 | 1100 | 10 | 0 | 111 | 10111101 | 101100 | 1010111 |
Color Harmonies of #D1E9ED
Complementary color
Monochromatic Colors of #D1E9ED
Black with #D1E9ED
Text Example
Text Example
White with #D1E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E9ED; }
p { color: rgb(209,233,237); }
H1.HeaderClassName
{
color: #D1E9ED;
}
.AnyTagClassName
{
color: #D1E9ED;
}
</style>
background-color css
<style>
a { background-color: #D1E9ED; }
a { background-color: rgb(209,233,237); }
div.DivClassName
{
background-color: #D1E9ED;
}
.BgClassName
{
background-color: #D1E9ED;
}
</style>
border-color css
<style>
span { border-color: #D1E9ED; }
span { border-color: rgb(209,233,237); }
td.TdClassName
{
border-color: #D1E9ED;
}
.TagClassName
{
border-color: #D1E9ED;
}
</style>