Shades of Oyster Bay #D2EBEB
Tints of Oyster Bay #D2EBEB
RGB
CMYK
RGB Variations
Color information
#D2EBEB (or 0xD2EBEB) is known color: Oyster Bay. HEX triplet: D2, EB and EB. RGB value is (210,235,235). Sum of RGB (Red+Green+Blue) = 210+235+235=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #D2EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBEB is #2D1414. Grayscale: #E3E3E3. Windows color (decimal): -2954261 or 15461330. OLE color: 15461330.
HSL color Cylindrical-coordinate representation of color #D2EBEB: hue angle of 180º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBEB is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 235 | - |
| CMYK | 0.11 | 0 | 0 | 0.08 |
| HSL | 180º | 0.38% | 0.87% | - |
| HSV(B) | 180º | 0.11% | 0.92% | - |
| XYZ | 71.28 | 79.12 | 90.11 | - |
| YUV | 227.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 235 | 0.11 | 0 | 0 | 0.08 | 180 | 0.38 | 0.87 |
| Hex | D2 | EB | EB | B | 0 | 0 | 8 | B4 | 26 | 57 |
| Octal | 322 | 353 | 353 | 13 | 0 | 0 | 10 | 264 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11101011 | 1011 | 0 | 0 | 1000 | 10110100 | 100110 | 1010111 |
Color Harmonies of #D2EBEB
Complementary color
Monochromatic Colors of #D2EBEB
Black with #D2EBEB
Text Example
Text Example
White with #D2EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBEB; }
p { color: rgb(210,235,235); }
H1.HeaderClassName
{
color: #D2EBEB;
}
.AnyTagClassName
{
color: #D2EBEB;
}
</style>
background-color css
<style>
a { background-color: #D2EBEB; }
a { background-color: rgb(210,235,235); }
div.DivClassName
{
background-color: #D2EBEB;
}
.BgClassName
{
background-color: #D2EBEB;
}
</style>
border-color css
<style>
span { border-color: #D2EBEB; }
span { border-color: rgb(210,235,235); }
td.TdClassName
{
border-color: #D2EBEB;
}
.TagClassName
{
border-color: #D2EBEB;
}
</style>