Shades of Oyster Bay #D3EBEF
Tints of Oyster Bay #D3EBEF
RGB
CMYK
RGB Variations
Color information
#D3EBEF (or 0xD3EBEF) is known color: Oyster Bay. HEX triplet: D3, EB and EF. RGB value is (211,235,239). Sum of RGB (Red+Green+Blue) = 211+235+239=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBEF is #2C1410. Grayscale: #E4E4E4. Windows color (decimal): -2888721 or 15723475. OLE color: 15723475.
HSL color Cylindrical-coordinate representation of color #D3EBEF: hue angle of 188.57º 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 #D3EBEF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 235 | 239 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.06 |
| HSL | 188.57º | 0.47% | 0.88% | - |
| HSV(B) | 188.57º | 0.12% | 0.94% | - |
| XYZ | 72.15 | 79.5 | 93.2 | - |
| YUV | 228.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 239 | 0.12 | 0.02 | 0 | 0.06 | 188.57 | 0.47 | 0.88 |
| Hex | D3 | EB | EF | C | 2 | 0 | 6 | BD | 2F | 58 |
| Octal | 323 | 353 | 357 | 14 | 2 | 0 | 6 | 275 | 57 | 130 |
| Binary | 11010011 | 11101011 | 11101111 | 1100 | 10 | 0 | 110 | 10111101 | 101111 | 1011000 |
Color Harmonies of #D3EBEF
Complementary color
Monochromatic Colors of #D3EBEF
Black with #D3EBEF
Text Example
Text Example
White with #D3EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBEF; }
p { color: rgb(211,235,239); }
H1.HeaderClassName
{
color: #D3EBEF;
}
.AnyTagClassName
{
color: #D3EBEF;
}
</style>
background-color css
<style>
a { background-color: #D3EBEF; }
a { background-color: rgb(211,235,239); }
div.DivClassName
{
background-color: #D3EBEF;
}
.BgClassName
{
background-color: #D3EBEF;
}
</style>
border-color css
<style>
span { border-color: #D3EBEF; }
span { border-color: rgb(211,235,239); }
td.TdClassName
{
border-color: #D3EBEF;
}
.TagClassName
{
border-color: #D3EBEF;
}
</style>