Shades of Oyster Bay #D3EBEB
Tints of Oyster Bay #D3EBEB
RGB
CMYK
RGB Variations
Color information
#D3EBEB (or 0xD3EBEB) is known color: Oyster Bay. HEX triplet: D3, EB and EB. RGB value is (211,235,235). Sum of RGB (Red+Green+Blue) = 211+235+235=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #D3EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBEB is #2C1414. Grayscale: #E3E3E3. Windows color (decimal): -2888725 or 15461331. OLE color: 15461331.
HSL color Cylindrical-coordinate representation of color #D3EBEB: hue angle of 180º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3EBEB is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 235 | - |
| CMYK | 0.10 | 0 | 0 | 0.08 |
| HSL | 180º | 0.38% | 0.87% | - |
| HSV(B) | 180º | 0.1% | 0.92% | - |
| XYZ | 71.57 | 79.26 | 90.12 | - |
| YUV | 227.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 235 | 0.10 | 0 | 0 | 0.08 | 180 | 0.38 | 0.87 |
| Hex | D3 | EB | EB | A | 0 | 0 | 8 | B4 | 26 | 57 |
| Octal | 323 | 353 | 353 | 12 | 0 | 0 | 10 | 264 | 46 | 127 |
| Binary | 11010011 | 11101011 | 11101011 | 1010 | 0 | 0 | 1000 | 10110100 | 100110 | 1010111 |
Color Harmonies of #D3EBEB
Complementary color
Monochromatic Colors of #D3EBEB
Black with #D3EBEB
Text Example
Text Example
White with #D3EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBEB; }
p { color: rgb(211,235,235); }
H1.HeaderClassName
{
color: #D3EBEB;
}
.AnyTagClassName
{
color: #D3EBEB;
}
</style>
background-color css
<style>
a { background-color: #D3EBEB; }
a { background-color: rgb(211,235,235); }
div.DivClassName
{
background-color: #D3EBEB;
}
.BgClassName
{
background-color: #D3EBEB;
}
</style>
border-color css
<style>
span { border-color: #D3EBEB; }
span { border-color: rgb(211,235,235); }
td.TdClassName
{
border-color: #D3EBEB;
}
.TagClassName
{
border-color: #D3EBEB;
}
</style>