Shades of Oyster Bay #D2E9EC
Tints of Oyster Bay #D2E9EC
RGB
CMYK
RGB Variations
Color information
#D2E9EC (or 0xD2E9EC) is known color: Oyster Bay. HEX triplet: D2, E9 and EC. RGB value is (210,233,236). Sum of RGB (Red+Green+Blue) = 210+233+236=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E9EC is #2D1613. Grayscale: #E2E2E2. Windows color (decimal): -2954772 or 15526354. OLE color: 15526354.
HSL color Cylindrical-coordinate representation of color #D2E9EC: hue angle of 186.92º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E9EC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 233 | 236 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.07 |
| HSL | 186.92º | 0.41% | 0.87% | - |
| HSV(B) | 186.92º | 0.11% | 0.93% | - |
| XYZ | 70.86 | 78.04 | 90.68 | - |
| YUV | 226.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 236 | 0.11 | 0.01 | 0 | 0.07 | 186.92 | 0.41 | 0.87 |
| Hex | D2 | E9 | EC | B | 1 | 0 | 7 | BB | 29 | 57 |
| Octal | 322 | 351 | 354 | 13 | 1 | 0 | 7 | 273 | 51 | 127 |
| Binary | 11010010 | 11101001 | 11101100 | 1011 | 1 | 0 | 111 | 10111011 | 101001 | 1010111 |
Color Harmonies of #D2E9EC
Complementary color
Monochromatic Colors of #D2E9EC
Black with #D2E9EC
Text Example
Text Example
White with #D2E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E9EC; }
p { color: rgb(210,233,236); }
H1.HeaderClassName
{
color: #D2E9EC;
}
.AnyTagClassName
{
color: #D2E9EC;
}
</style>
background-color css
<style>
a { background-color: #D2E9EC; }
a { background-color: rgb(210,233,236); }
div.DivClassName
{
background-color: #D2E9EC;
}
.BgClassName
{
background-color: #D2E9EC;
}
</style>
border-color css
<style>
span { border-color: #D2E9EC; }
span { border-color: rgb(210,233,236); }
td.TdClassName
{
border-color: #D2E9EC;
}
.TagClassName
{
border-color: #D2E9EC;
}
</style>