Shades of Oyster Bay #D4E8EB
Tints of Oyster Bay #D4E8EB
RGB
CMYK
RGB Variations
Color information
#D4E8EB (or 0xD4E8EB) is known color: Oyster Bay. HEX triplet: D4, E8 and EB. RGB value is (212,232,235). Sum of RGB (Red+Green+Blue) = 212+232+235=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E8EB is #2B1714. Grayscale: #E2E2E2. Windows color (decimal): -2823957 or 15460564. OLE color: 15460564.
HSL color Cylindrical-coordinate representation of color #D4E8EB: hue angle of 187.83º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E8EB is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 232 | 235 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.08 |
| HSL | 187.83º | 0.37% | 0.88% | - |
| HSV(B) | 187.83º | 0.1% | 0.92% | - |
| XYZ | 71 | 77.71 | 89.85 | - |
| YUV | 226.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 235 | 0.10 | 0.01 | 0 | 0.08 | 187.83 | 0.37 | 0.88 |
| Hex | D4 | E8 | EB | A | 1 | 0 | 8 | BC | 25 | 58 |
| Octal | 324 | 350 | 353 | 12 | 1 | 0 | 10 | 274 | 45 | 130 |
| Binary | 11010100 | 11101000 | 11101011 | 1010 | 1 | 0 | 1000 | 10111100 | 100101 | 1011000 |
Color Harmonies of #D4E8EB
Complementary color
Monochromatic Colors of #D4E8EB
Black with #D4E8EB
Text Example
Text Example
White with #D4E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E8EB; }
p { color: rgb(212,232,235); }
H1.HeaderClassName
{
color: #D4E8EB;
}
.AnyTagClassName
{
color: #D4E8EB;
}
</style>
background-color css
<style>
a { background-color: #D4E8EB; }
a { background-color: rgb(212,232,235); }
div.DivClassName
{
background-color: #D4E8EB;
}
.BgClassName
{
background-color: #D4E8EB;
}
</style>
border-color css
<style>
span { border-color: #D4E8EB; }
span { border-color: rgb(212,232,235); }
td.TdClassName
{
border-color: #D4E8EB;
}
.TagClassName
{
border-color: #D4E8EB;
}
</style>