Shades of Oyster Bay #D6E8E9
Tints of Oyster Bay #D6E8E9
RGB
CMYK
RGB Variations
Color information
#D6E8E9 (or 0xD6E8E9) is known color: Oyster Bay. HEX triplet: D6, E8 and E9. RGB value is (214,232,233). Sum of RGB (Red+Green+Blue) = 214+232+233=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 232 (91.02% from 255 or 34.17% 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 #D6E8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E8E9 is #291716. Grayscale: #E2E2E2. Windows color (decimal): -2692887 or 15329494. OLE color: 15329494.
HSL color Cylindrical-coordinate representation of color #D6E8E9: hue angle of 183.16º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E8E9 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 233 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.09 |
| HSL | 183.16º | 0.3% | 0.88% | - |
| HSV(B) | 183.16º | 0.08% | 0.91% | - |
| XYZ | 71.3 | 77.89 | 88.37 | - |
| YUV | 226.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 233 | 0.08 | 0.00 | 0 | 0.09 | 183.16 | 0.3 | 0.88 |
| Hex | D6 | E8 | E9 | 8 | 0 | 0 | 9 | B7 | 1E | 58 |
| Octal | 326 | 350 | 351 | 10 | 0 | 0 | 11 | 267 | 36 | 130 |
| Binary | 11010110 | 11101000 | 11101001 | 1000 | 0 | 0 | 1001 | 10110111 | 11110 | 1011000 |
Color Harmonies of #D6E8E9
Complementary color
Monochromatic Colors of #D6E8E9
Black with #D6E8E9
Text Example
Text Example
White with #D6E8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8E9; }
p { color: rgb(214,232,233); }
H1.HeaderClassName
{
color: #D6E8E9;
}
.AnyTagClassName
{
color: #D6E8E9;
}
</style>
background-color css
<style>
a { background-color: #D6E8E9; }
a { background-color: rgb(214,232,233); }
div.DivClassName
{
background-color: #D6E8E9;
}
.BgClassName
{
background-color: #D6E8E9;
}
</style>
border-color css
<style>
span { border-color: #D6E8E9; }
span { border-color: rgb(214,232,233); }
td.TdClassName
{
border-color: #D6E8E9;
}
.TagClassName
{
border-color: #D6E8E9;
}
</style>