Shades of Oyster Bay #D3EBF0
Tints of Oyster Bay #D3EBF0
RGB
CMYK
RGB Variations
Color information
#D3EBF0 (or 0xD3EBF0) is known color: Oyster Bay. HEX triplet: D3, EB and F0. RGB value is (211,235,240). Sum of RGB (Red+Green+Blue) = 211+235+240=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3EBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBF0 is #2C140F. Grayscale: #E4E4E4. Windows color (decimal): -2888720 or 15789011. OLE color: 15789011.
HSL color Cylindrical-coordinate representation of color #D3EBF0: hue angle of 190.34º degrees, saturation: 0.49, 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 #D3EBF0 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 235 | 240 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.06 |
| HSL | 190.34º | 0.49% | 0.88% | - |
| HSV(B) | 190.34º | 0.12% | 0.94% | - |
| XYZ | 72.3 | 79.56 | 93.98 | - |
| YUV | 228.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 240 | 0.12 | 0.02 | 0 | 0.06 | 190.34 | 0.49 | 0.88 |
| Hex | D3 | EB | F0 | C | 2 | 0 | 6 | BE | 31 | 58 |
| Octal | 323 | 353 | 360 | 14 | 2 | 0 | 6 | 276 | 61 | 130 |
| Binary | 11010011 | 11101011 | 11110000 | 1100 | 10 | 0 | 110 | 10111110 | 110001 | 1011000 |
Color Harmonies of #D3EBF0
Complementary color
Monochromatic Colors of #D3EBF0
Black with #D3EBF0
Text Example
Text Example
White with #D3EBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBF0; }
p { color: rgb(211,235,240); }
H1.HeaderClassName
{
color: #D3EBF0;
}
.AnyTagClassName
{
color: #D3EBF0;
}
</style>
background-color css
<style>
a { background-color: #D3EBF0; }
a { background-color: rgb(211,235,240); }
div.DivClassName
{
background-color: #D3EBF0;
}
.BgClassName
{
background-color: #D3EBF0;
}
</style>
border-color css
<style>
span { border-color: #D3EBF0; }
span { border-color: rgb(211,235,240); }
td.TdClassName
{
border-color: #D3EBF0;
}
.TagClassName
{
border-color: #D3EBF0;
}
</style>