Shades of Oyster Bay #D9EDEF
Tints of Oyster Bay #D9EDEF
RGB
CMYK
RGB Variations
Color information
#D9EDEF (or 0xD9EDEF) is known color: Oyster Bay. HEX triplet: D9, ED and EF. RGB value is (217,237,239). Sum of RGB (Red+Green+Blue) = 217+237+239=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDEF is #261210. Grayscale: #E7E7E7. Windows color (decimal): -2494993 or 15723993. OLE color: 15723993.
HSL color Cylindrical-coordinate representation of color #D9EDEF: hue angle of 185.45º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EDEF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 237 | 239 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.06 |
| HSL | 185.45º | 0.41% | 0.89% | - |
| HSV(B) | 185.45º | 0.09% | 0.94% | - |
| XYZ | 74.48 | 81.55 | 93.48 | - |
| YUV | 231.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 239 | 0.09 | 0.01 | 0 | 0.06 | 185.45 | 0.41 | 0.89 |
| Hex | D9 | ED | EF | 9 | 1 | 0 | 6 | B9 | 29 | 59 |
| Octal | 331 | 355 | 357 | 11 | 1 | 0 | 6 | 271 | 51 | 131 |
| Binary | 11011001 | 11101101 | 11101111 | 1001 | 1 | 0 | 110 | 10111001 | 101001 | 1011001 |
Color Harmonies of #D9EDEF
Complementary color
Monochromatic Colors of #D9EDEF
Black with #D9EDEF
Text Example
Text Example
White with #D9EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDEF; }
p { color: rgb(217,237,239); }
H1.HeaderClassName
{
color: #D9EDEF;
}
.AnyTagClassName
{
color: #D9EDEF;
}
</style>
background-color css
<style>
a { background-color: #D9EDEF; }
a { background-color: rgb(217,237,239); }
div.DivClassName
{
background-color: #D9EDEF;
}
.BgClassName
{
background-color: #D9EDEF;
}
</style>
border-color css
<style>
span { border-color: #D9EDEF; }
span { border-color: rgb(217,237,239); }
td.TdClassName
{
border-color: #D9EDEF;
}
.TagClassName
{
border-color: #D9EDEF;
}
</style>