Shades of Oyster Bay #D5E8EC
Tints of Oyster Bay #D5E8EC
RGB
CMYK
RGB Variations
Color information
#D5E8EC (or 0xD5E8EC) is known color: Oyster Bay. HEX triplet: D5, E8 and EC. RGB value is (213,232,236). Sum of RGB (Red+Green+Blue) = 213+232+236=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E8EC is #2A1713. Grayscale: #E2E2E2. Windows color (decimal): -2758420 or 15526101. OLE color: 15526101.
HSL color Cylindrical-coordinate representation of color #D5E8EC: hue angle of 190.43º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5E8EC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 232 | 236 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.07 |
| HSL | 190.43º | 0.38% | 0.88% | - |
| HSV(B) | 190.43º | 0.1% | 0.93% | - |
| XYZ | 71.44 | 77.92 | 90.63 | - |
| YUV | 226.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 236 | 0.10 | 0.02 | 0 | 0.07 | 190.43 | 0.38 | 0.88 |
| Hex | D5 | E8 | EC | A | 2 | 0 | 7 | BE | 26 | 58 |
| Octal | 325 | 350 | 354 | 12 | 2 | 0 | 7 | 276 | 46 | 130 |
| Binary | 11010101 | 11101000 | 11101100 | 1010 | 10 | 0 | 111 | 10111110 | 100110 | 1011000 |
Color Harmonies of #D5E8EC
Complementary color
Monochromatic Colors of #D5E8EC
Black with #D5E8EC
Text Example
Text Example
White with #D5E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8EC; }
p { color: rgb(213,232,236); }
H1.HeaderClassName
{
color: #D5E8EC;
}
.AnyTagClassName
{
color: #D5E8EC;
}
</style>
background-color css
<style>
a { background-color: #D5E8EC; }
a { background-color: rgb(213,232,236); }
div.DivClassName
{
background-color: #D5E8EC;
}
.BgClassName
{
background-color: #D5E8EC;
}
</style>
border-color css
<style>
span { border-color: #D5E8EC; }
span { border-color: rgb(213,232,236); }
td.TdClassName
{
border-color: #D5E8EC;
}
.TagClassName
{
border-color: #D5E8EC;
}
</style>