Shades of Oyster Bay #D2EBEF
Tints of Oyster Bay #D2EBEF
RGB
CMYK
RGB Variations
Color information
#D2EBEF (or 0xD2EBEF) is known color: Oyster Bay. HEX triplet: D2, EB and EF. RGB value is (210,235,239). Sum of RGB (Red+Green+Blue) = 210+235+239=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBEF is #2D1410. Grayscale: #E3E3E3. Windows color (decimal): -2954257 or 15723474. OLE color: 15723474.
HSL color Cylindrical-coordinate representation of color #D2EBEF: hue angle of 188.28º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EBEF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 235 | 239 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.06 |
| HSL | 188.28º | 0.48% | 0.88% | - |
| HSV(B) | 188.28º | 0.12% | 0.94% | - |
| XYZ | 71.87 | 79.35 | 93.19 | - |
| YUV | 227.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 239 | 0.12 | 0.02 | 0 | 0.06 | 188.28 | 0.48 | 0.88 |
| Hex | D2 | EB | EF | C | 2 | 0 | 6 | BC | 30 | 58 |
| Octal | 322 | 353 | 357 | 14 | 2 | 0 | 6 | 274 | 60 | 130 |
| Binary | 11010010 | 11101011 | 11101111 | 1100 | 10 | 0 | 110 | 10111100 | 110000 | 1011000 |
Color Harmonies of #D2EBEF
Complementary color
Monochromatic Colors of #D2EBEF
Black with #D2EBEF
Text Example
Text Example
White with #D2EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBEF; }
p { color: rgb(210,235,239); }
H1.HeaderClassName
{
color: #D2EBEF;
}
.AnyTagClassName
{
color: #D2EBEF;
}
</style>
background-color css
<style>
a { background-color: #D2EBEF; }
a { background-color: rgb(210,235,239); }
div.DivClassName
{
background-color: #D2EBEF;
}
.BgClassName
{
background-color: #D2EBEF;
}
</style>
border-color css
<style>
span { border-color: #D2EBEF; }
span { border-color: rgb(210,235,239); }
td.TdClassName
{
border-color: #D2EBEF;
}
.TagClassName
{
border-color: #D2EBEF;
}
</style>