Shades of Oyster Bay #D3EDF1
Tints of Oyster Bay #D3EDF1
RGB
CMYK
RGB Variations
Color information
#D3EDF1 (or 0xD3EDF1) is known color: Oyster Bay. HEX triplet: D3, ED and F1. RGB value is (211,237,241). Sum of RGB (Red+Green+Blue) = 211+237+241=689 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.62% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDF1 is #2C120E. Grayscale: #E5E5E5. Windows color (decimal): -2888207 or 15855059. OLE color: 15855059.
HSL color Cylindrical-coordinate representation of color #D3EDF1: hue angle of 188º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EDF1 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 237 | 241 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.05 |
| HSL | 188º | 0.52% | 0.89% | - |
| HSV(B) | 188º | 0.12% | 0.95% | - |
| XYZ | 73.03 | 80.77 | 94.96 | - |
| YUV | 229.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 241 | 0.12 | 0.02 | 0 | 0.05 | 188 | 0.52 | 0.89 |
| Hex | D3 | ED | F1 | C | 2 | 0 | 5 | BC | 34 | 59 |
| Octal | 323 | 355 | 361 | 14 | 2 | 0 | 5 | 274 | 64 | 131 |
| Binary | 11010011 | 11101101 | 11110001 | 1100 | 10 | 0 | 101 | 10111100 | 110100 | 1011001 |
Color Harmonies of #D3EDF1
Complementary color
Monochromatic Colors of #D3EDF1
Black with #D3EDF1
Text Example
Text Example
White with #D3EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDF1; }
p { color: rgb(211,237,241); }
H1.HeaderClassName
{
color: #D3EDF1;
}
.AnyTagClassName
{
color: #D3EDF1;
}
</style>
background-color css
<style>
a { background-color: #D3EDF1; }
a { background-color: rgb(211,237,241); }
div.DivClassName
{
background-color: #D3EDF1;
}
.BgClassName
{
background-color: #D3EDF1;
}
</style>
border-color css
<style>
span { border-color: #D3EDF1; }
span { border-color: rgb(211,237,241); }
td.TdClassName
{
border-color: #D3EDF1;
}
.TagClassName
{
border-color: #D3EDF1;
}
</style>