Shades of Oyster Bay #D3EDEF
Tints of Oyster Bay #D3EDEF
RGB
CMYK
RGB Variations
Color information
#D3EDEF (or 0xD3EDEF) is known color: Oyster Bay. HEX triplet: D3, ED and EF. RGB value is (211,237,239). Sum of RGB (Red+Green+Blue) = 211+237+239=687 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.71% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDEF is #2C1210. Grayscale: #E5E5E5. Windows color (decimal): -2888209 or 15723987. OLE color: 15723987.
HSL color Cylindrical-coordinate representation of color #D3EDEF: hue angle of 184.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EDEF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 237 | 239 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.06 |
| HSL | 184.29º | 0.47% | 0.88% | - |
| HSV(B) | 184.29º | 0.12% | 0.94% | - |
| XYZ | 72.73 | 80.65 | 93.4 | - |
| YUV | 229.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 239 | 0.12 | 0.01 | 0 | 0.06 | 184.29 | 0.47 | 0.88 |
| Hex | D3 | ED | EF | C | 1 | 0 | 6 | B8 | 2F | 58 |
| Octal | 323 | 355 | 357 | 14 | 1 | 0 | 6 | 270 | 57 | 130 |
| Binary | 11010011 | 11101101 | 11101111 | 1100 | 1 | 0 | 110 | 10111000 | 101111 | 1011000 |
Color Harmonies of #D3EDEF
Complementary color
Monochromatic Colors of #D3EDEF
Black with #D3EDEF
Text Example
Text Example
White with #D3EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDEF; }
p { color: rgb(211,237,239); }
H1.HeaderClassName
{
color: #D3EDEF;
}
.AnyTagClassName
{
color: #D3EDEF;
}
</style>
background-color css
<style>
a { background-color: #D3EDEF; }
a { background-color: rgb(211,237,239); }
div.DivClassName
{
background-color: #D3EDEF;
}
.BgClassName
{
background-color: #D3EDEF;
}
</style>
border-color css
<style>
span { border-color: #D3EDEF; }
span { border-color: rgb(211,237,239); }
td.TdClassName
{
border-color: #D3EDEF;
}
.TagClassName
{
border-color: #D3EDEF;
}
</style>