Shades of Oyster Bay #D3F1F5
Tints of Oyster Bay #D3F1F5
RGB
CMYK
RGB Variations
Color information
#D3F1F5 (or 0xD3F1F5) is known color: Oyster Bay. HEX triplet: D3, F1 and F5. RGB value is (211,241,245). Sum of RGB (Red+Green+Blue) = 211+241+245=697 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.27% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3F1F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F1F5 is #2C0E0A. Grayscale: #E8E8E8. Windows color (decimal): -2887179 or 16118227. OLE color: 16118227.
HSL color Cylindrical-coordinate representation of color #D3F1F5: hue angle of 187.06º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3F1F5 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 241 | 245 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.04 |
| HSL | 187.06º | 0.63% | 0.89% | - |
| HSV(B) | 187.06º | 0.14% | 0.96% | - |
| XYZ | 74.8 | 83.35 | 98.53 | - |
| YUV | 232.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 245 | 0.14 | 0.02 | 0 | 0.04 | 187.06 | 0.63 | 0.89 |
| Hex | D3 | F1 | F5 | E | 2 | 0 | 4 | BB | 3F | 59 |
| Octal | 323 | 361 | 365 | 16 | 2 | 0 | 4 | 273 | 77 | 131 |
| Binary | 11010011 | 11110001 | 11110101 | 1110 | 10 | 0 | 100 | 10111011 | 111111 | 1011001 |
Color Harmonies of #D3F1F5
Complementary color
Monochromatic Colors of #D3F1F5
Black with #D3F1F5
Text Example
Text Example
White with #D3F1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F1F5; }
p { color: rgb(211,241,245); }
H1.HeaderClassName
{
color: #D3F1F5;
}
.AnyTagClassName
{
color: #D3F1F5;
}
</style>
background-color css
<style>
a { background-color: #D3F1F5; }
a { background-color: rgb(211,241,245); }
div.DivClassName
{
background-color: #D3F1F5;
}
.BgClassName
{
background-color: #D3F1F5;
}
</style>
border-color css
<style>
span { border-color: #D3F1F5; }
span { border-color: rgb(211,241,245); }
td.TdClassName
{
border-color: #D3F1F5;
}
.TagClassName
{
border-color: #D3F1F5;
}
</style>