Shades of Oyster Bay #D9EFF3
Tints of Oyster Bay #D9EFF3
RGB
CMYK
RGB Variations
Color information
#D9EFF3 (or 0xD9EFF3) is known color: Oyster Bay. HEX triplet: D9, EF and F3. RGB value is (217,239,243). Sum of RGB (Red+Green+Blue) = 217+239+243=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF3 is #26100C. Grayscale: #E8E8E8. Windows color (decimal): -2494477 or 15986649. OLE color: 15986649.
HSL color Cylindrical-coordinate representation of color #D9EFF3: hue angle of 189.23º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9EFF3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 239 | 243 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.05 |
| HSL | 189.23º | 0.52% | 0.9% | - |
| HSV(B) | 189.23º | 0.11% | 0.95% | - |
| XYZ | 75.66 | 82.96 | 96.82 | - |
| YUV | 232.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 243 | 0.11 | 0.02 | 0 | 0.05 | 189.23 | 0.52 | 0.9 |
| Hex | D9 | EF | F3 | B | 2 | 0 | 5 | BD | 34 | 5A |
| Octal | 331 | 357 | 363 | 13 | 2 | 0 | 5 | 275 | 64 | 132 |
| Binary | 11011001 | 11101111 | 11110011 | 1011 | 10 | 0 | 101 | 10111101 | 110100 | 1011010 |
Color Harmonies of #D9EFF3
Complementary color
Monochromatic Colors of #D9EFF3
Black with #D9EFF3
Text Example
Text Example
White with #D9EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFF3; }
p { color: rgb(217,239,243); }
H1.HeaderClassName
{
color: #D9EFF3;
}
.AnyTagClassName
{
color: #D9EFF3;
}
</style>
background-color css
<style>
a { background-color: #D9EFF3; }
a { background-color: rgb(217,239,243); }
div.DivClassName
{
background-color: #D9EFF3;
}
.BgClassName
{
background-color: #D9EFF3;
}
</style>
border-color css
<style>
span { border-color: #D9EFF3; }
span { border-color: rgb(217,239,243); }
td.TdClassName
{
border-color: #D9EFF3;
}
.TagClassName
{
border-color: #D9EFF3;
}
</style>