Shades of Oyster Bay #D2EBEE
Tints of Oyster Bay #D2EBEE
RGB
CMYK
RGB Variations
Color information
#D2EBEE (or 0xD2EBEE) is known color: Oyster Bay. HEX triplet: D2, EB and EE. RGB value is (210,235,238). Sum of RGB (Red+Green+Blue) = 210+235+238=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBEE is #2D1411. Grayscale: #E3E3E3. Windows color (decimal): -2954258 or 15657938. OLE color: 15657938.
HSL color Cylindrical-coordinate representation of color #D2EBEE: hue angle of 186.43º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EBEE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 235 | 238 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.07 |
| HSL | 186.43º | 0.45% | 0.88% | - |
| HSV(B) | 186.43º | 0.12% | 0.93% | - |
| XYZ | 71.72 | 79.29 | 92.41 | - |
| YUV | 227.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 238 | 0.12 | 0.01 | 0 | 0.07 | 186.43 | 0.45 | 0.88 |
| Hex | D2 | EB | EE | C | 1 | 0 | 7 | BA | 2D | 58 |
| Octal | 322 | 353 | 356 | 14 | 1 | 0 | 7 | 272 | 55 | 130 |
| Binary | 11010010 | 11101011 | 11101110 | 1100 | 1 | 0 | 111 | 10111010 | 101101 | 1011000 |
Color Harmonies of #D2EBEE
Complementary color
Monochromatic Colors of #D2EBEE
Black with #D2EBEE
Text Example
Text Example
White with #D2EBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBEE; }
p { color: rgb(210,235,238); }
H1.HeaderClassName
{
color: #D2EBEE;
}
.AnyTagClassName
{
color: #D2EBEE;
}
</style>
background-color css
<style>
a { background-color: #D2EBEE; }
a { background-color: rgb(210,235,238); }
div.DivClassName
{
background-color: #D2EBEE;
}
.BgClassName
{
background-color: #D2EBEE;
}
</style>
border-color css
<style>
span { border-color: #D2EBEE; }
span { border-color: rgb(210,235,238); }
td.TdClassName
{
border-color: #D2EBEE;
}
.TagClassName
{
border-color: #D2EBEE;
}
</style>