Shades of Oyster Bay #D2EBEA
Tints of Oyster Bay #D2EBEA
RGB
CMYK
RGB Variations
Color information
#D2EBEA (or 0xD2EBEA) is known color: Oyster Bay. HEX triplet: D2, EB and EA. RGB value is (210,235,234). Sum of RGB (Red+Green+Blue) = 210+235+234=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBEA is #2D1415. Grayscale: #E3E3E3. Windows color (decimal): -2954262 or 15395794. OLE color: 15395794.
HSL color Cylindrical-coordinate representation of color #D2EBEA: hue angle of 177.6º 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 #D2EBEA is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 234 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.08 |
| HSL | 177.6º | 0.38% | 0.87% | - |
| HSV(B) | 177.6º | 0.11% | 0.92% | - |
| XYZ | 71.14 | 79.06 | 89.35 | - |
| YUV | 227.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 234 | 0.11 | 0 | 0.00 | 0.08 | 177.6 | 0.38 | 0.87 |
| Hex | D2 | EB | EA | B | 0 | 0 | 8 | B2 | 26 | 57 |
| Octal | 322 | 353 | 352 | 13 | 0 | 0 | 10 | 262 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11101010 | 1011 | 0 | 0 | 1000 | 10110010 | 100110 | 1010111 |
Color Harmonies of #D2EBEA
Complementary color
Monochromatic Colors of #D2EBEA
Black with #D2EBEA
Text Example
Text Example
White with #D2EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBEA; }
p { color: rgb(210,235,234); }
H1.HeaderClassName
{
color: #D2EBEA;
}
.AnyTagClassName
{
color: #D2EBEA;
}
</style>
background-color css
<style>
a { background-color: #D2EBEA; }
a { background-color: rgb(210,235,234); }
div.DivClassName
{
background-color: #D2EBEA;
}
.BgClassName
{
background-color: #D2EBEA;
}
</style>
border-color css
<style>
span { border-color: #D2EBEA; }
span { border-color: rgb(210,235,234); }
td.TdClassName
{
border-color: #D2EBEA;
}
.TagClassName
{
border-color: #D2EBEA;
}
</style>