Shades of Oyster Bay #D3EBEE
Tints of Oyster Bay #D3EBEE
RGB
CMYK
RGB Variations
Color information
#D3EBEE (or 0xD3EBEE) is known color: Oyster Bay. HEX triplet: D3, EB and EE. RGB value is (211,235,238). Sum of RGB (Red+Green+Blue) = 211+235+238=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBEE is #2C1411. Grayscale: #E4E4E4. Windows color (decimal): -2888722 or 15657939. OLE color: 15657939.
HSL color Cylindrical-coordinate representation of color #D3EBEE: hue angle of 186.67º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EBEE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 235 | 238 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.07 |
| HSL | 186.67º | 0.44% | 0.88% | - |
| HSV(B) | 186.67º | 0.11% | 0.93% | - |
| XYZ | 72 | 79.44 | 92.43 | - |
| YUV | 228.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 238 | 0.11 | 0.01 | 0 | 0.07 | 186.67 | 0.44 | 0.88 |
| Hex | D3 | EB | EE | B | 1 | 0 | 7 | BB | 2C | 58 |
| Octal | 323 | 353 | 356 | 13 | 1 | 0 | 7 | 273 | 54 | 130 |
| Binary | 11010011 | 11101011 | 11101110 | 1011 | 1 | 0 | 111 | 10111011 | 101100 | 1011000 |
Color Harmonies of #D3EBEE
Complementary color
Monochromatic Colors of #D3EBEE
Black with #D3EBEE
Text Example
Text Example
White with #D3EBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBEE; }
p { color: rgb(211,235,238); }
H1.HeaderClassName
{
color: #D3EBEE;
}
.AnyTagClassName
{
color: #D3EBEE;
}
</style>
background-color css
<style>
a { background-color: #D3EBEE; }
a { background-color: rgb(211,235,238); }
div.DivClassName
{
background-color: #D3EBEE;
}
.BgClassName
{
background-color: #D3EBEE;
}
</style>
border-color css
<style>
span { border-color: #D3EBEE; }
span { border-color: rgb(211,235,238); }
td.TdClassName
{
border-color: #D3EBEE;
}
.TagClassName
{
border-color: #D3EBEE;
}
</style>