Shades of Oyster Bay #D3E9ED
Tints of Oyster Bay #D3E9ED
RGB
CMYK
RGB Variations
Color information
#D3E9ED (or 0xD3E9ED) is known color: Oyster Bay. HEX triplet: D3, E9 and ED. RGB value is (211,233,237). Sum of RGB (Red+Green+Blue) = 211+233+237=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3E9ED is #2C1612. Grayscale: #E2E2E2. Windows color (decimal): -2889235 or 15591891. OLE color: 15591891.
HSL color Cylindrical-coordinate representation of color #D3E9ED: hue angle of 189.23º degrees, saturation: 0.42, 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 #D3E9ED is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 233 | 237 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.07 |
| HSL | 189.23º | 0.42% | 0.88% | - |
| HSV(B) | 189.23º | 0.11% | 0.93% | - |
| XYZ | 71.29 | 78.24 | 91.47 | - |
| YUV | 226.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 237 | 0.11 | 0.02 | 0 | 0.07 | 189.23 | 0.42 | 0.88 |
| Hex | D3 | E9 | ED | B | 2 | 0 | 7 | BD | 2A | 58 |
| Octal | 323 | 351 | 355 | 13 | 2 | 0 | 7 | 275 | 52 | 130 |
| Binary | 11010011 | 11101001 | 11101101 | 1011 | 10 | 0 | 111 | 10111101 | 101010 | 1011000 |
Color Harmonies of #D3E9ED
Complementary color
Monochromatic Colors of #D3E9ED
Black with #D3E9ED
Text Example
Text Example
White with #D3E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E9ED; }
p { color: rgb(211,233,237); }
H1.HeaderClassName
{
color: #D3E9ED;
}
.AnyTagClassName
{
color: #D3E9ED;
}
</style>
background-color css
<style>
a { background-color: #D3E9ED; }
a { background-color: rgb(211,233,237); }
div.DivClassName
{
background-color: #D3E9ED;
}
.BgClassName
{
background-color: #D3E9ED;
}
</style>
border-color css
<style>
span { border-color: #D3E9ED; }
span { border-color: rgb(211,233,237); }
td.TdClassName
{
border-color: #D3E9ED;
}
.TagClassName
{
border-color: #D3E9ED;
}
</style>