Shades of Oyster Bay #D8E8EA
Tints of Oyster Bay #D8E8EA
RGB
CMYK
RGB Variations
Color information
#D8E8EA (or 0xD8E8EA) is known color: Oyster Bay. HEX triplet: D8, E8 and EA. RGB value is (216,232,234). Sum of RGB (Red+Green+Blue) = 216+232+234=682 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.67% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E8EA is #271715. Grayscale: #E3E3E3. Windows color (decimal): -2561814 or 15395032. OLE color: 15395032.
HSL color Cylindrical-coordinate representation of color #D8E8EA: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E8EA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 232 | 234 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.08 |
| HSL | 186.67º | 0.3% | 0.88% | - |
| HSV(B) | 186.67º | 0.08% | 0.92% | - |
| XYZ | 72.03 | 78.25 | 89.15 | - |
| YUV | 227.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 234 | 0.08 | 0.01 | 0 | 0.08 | 186.67 | 0.3 | 0.88 |
| Hex | D8 | E8 | EA | 8 | 1 | 0 | 8 | BB | 1E | 58 |
| Octal | 330 | 350 | 352 | 10 | 1 | 0 | 10 | 273 | 36 | 130 |
| Binary | 11011000 | 11101000 | 11101010 | 1000 | 1 | 0 | 1000 | 10111011 | 11110 | 1011000 |
Color Harmonies of #D8E8EA
Complementary color
Monochromatic Colors of #D8E8EA
Black with #D8E8EA
Text Example
Text Example
White with #D8E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E8EA; }
p { color: rgb(216,232,234); }
H1.HeaderClassName
{
color: #D8E8EA;
}
.AnyTagClassName
{
color: #D8E8EA;
}
</style>
background-color css
<style>
a { background-color: #D8E8EA; }
a { background-color: rgb(216,232,234); }
div.DivClassName
{
background-color: #D8E8EA;
}
.BgClassName
{
background-color: #D8E8EA;
}
</style>
border-color css
<style>
span { border-color: #D8E8EA; }
span { border-color: rgb(216,232,234); }
td.TdClassName
{
border-color: #D8E8EA;
}
.TagClassName
{
border-color: #D8E8EA;
}
</style>