Shades of Oyster Bay #D8E6E9
Tints of Oyster Bay #D8E6E9
RGB
CMYK
RGB Variations
Color information
#D8E6E9 (or 0xD8E6E9) is known color: Oyster Bay. HEX triplet: D8, E6 and E9. RGB value is (216,230,233). Sum of RGB (Red+Green+Blue) = 216+230+233=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8E6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E6E9 is #271916. Grayscale: #E2E2E2. Windows color (decimal): -2562327 or 15328984. OLE color: 15328984.
HSL color Cylindrical-coordinate representation of color #D8E6E9: hue angle of 190.59º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8E6E9 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 230 | 233 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.09 |
| HSL | 190.59º | 0.28% | 0.88% | - |
| HSV(B) | 190.59º | 0.07% | 0.91% | - |
| XYZ | 71.32 | 77.08 | 88.21 | - |
| YUV | 226.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 233 | 0.07 | 0.01 | 0 | 0.09 | 190.59 | 0.28 | 0.88 |
| Hex | D8 | E6 | E9 | 7 | 1 | 0 | 9 | BF | 1C | 58 |
| Octal | 330 | 346 | 351 | 7 | 1 | 0 | 11 | 277 | 34 | 130 |
| Binary | 11011000 | 11100110 | 11101001 | 111 | 1 | 0 | 1001 | 10111111 | 11100 | 1011000 |
Color Harmonies of #D8E6E9
Complementary color
Monochromatic Colors of #D8E6E9
Black with #D8E6E9
Text Example
Text Example
White with #D8E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E6E9; }
p { color: rgb(216,230,233); }
H1.HeaderClassName
{
color: #D8E6E9;
}
.AnyTagClassName
{
color: #D8E6E9;
}
</style>
background-color css
<style>
a { background-color: #D8E6E9; }
a { background-color: rgb(216,230,233); }
div.DivClassName
{
background-color: #D8E6E9;
}
.BgClassName
{
background-color: #D8E6E9;
}
</style>
border-color css
<style>
span { border-color: #D8E6E9; }
span { border-color: rgb(216,230,233); }
td.TdClassName
{
border-color: #D8E6E9;
}
.TagClassName
{
border-color: #D8E6E9;
}
</style>