Shades of Oyster Bay #D7EDEF
Tints of Oyster Bay #D7EDEF
RGB
CMYK
RGB Variations
Color information
#D7EDEF (or 0xD7EDEF) is known color: Oyster Bay. HEX triplet: D7, ED and EF. RGB value is (215,237,239). Sum of RGB (Red+Green+Blue) = 215+237+239=691 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.11% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EDEF is #281210. Grayscale: #E6E6E6. Windows color (decimal): -2626065 or 15723991. OLE color: 15723991.
HSL color Cylindrical-coordinate representation of color #D7EDEF: hue angle of 185º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EDEF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 237 | 239 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.06 |
| HSL | 185º | 0.43% | 0.89% | - |
| HSV(B) | 185º | 0.1% | 0.94% | - |
| XYZ | 73.89 | 81.25 | 93.45 | - |
| YUV | 230.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 239 | 0.10 | 0.01 | 0 | 0.06 | 185 | 0.43 | 0.89 |
| Hex | D7 | ED | EF | A | 1 | 0 | 6 | B9 | 2B | 59 |
| Octal | 327 | 355 | 357 | 12 | 1 | 0 | 6 | 271 | 53 | 131 |
| Binary | 11010111 | 11101101 | 11101111 | 1010 | 1 | 0 | 110 | 10111001 | 101011 | 1011001 |
Color Harmonies of #D7EDEF
Complementary color
Monochromatic Colors of #D7EDEF
Black with #D7EDEF
Text Example
Text Example
White with #D7EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EDEF; }
p { color: rgb(215,237,239); }
H1.HeaderClassName
{
color: #D7EDEF;
}
.AnyTagClassName
{
color: #D7EDEF;
}
</style>
background-color css
<style>
a { background-color: #D7EDEF; }
a { background-color: rgb(215,237,239); }
div.DivClassName
{
background-color: #D7EDEF;
}
.BgClassName
{
background-color: #D7EDEF;
}
</style>
border-color css
<style>
span { border-color: #D7EDEF; }
span { border-color: rgb(215,237,239); }
td.TdClassName
{
border-color: #D7EDEF;
}
.TagClassName
{
border-color: #D7EDEF;
}
</style>