Shades of Oyster Bay #D5F0EF
Tints of Oyster Bay #D5F0EF
RGB
CMYK
RGB Variations
Color information
#D5F0EF (or 0xD5F0EF) is known color: Oyster Bay. HEX triplet: D5, F0 and EF. RGB value is (213,240,239). Sum of RGB (Red+Green+Blue) = 213+240+239=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0EF is #2A0F10. Grayscale: #E7E7E7. Windows color (decimal): -2756369 or 15724757. OLE color: 15724757.
HSL color Cylindrical-coordinate representation of color #D5F0EF: hue angle of 177.78º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5F0EF is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 239 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.06 |
| HSL | 177.78º | 0.47% | 0.89% | - |
| HSV(B) | 177.78º | 0.11% | 0.94% | - |
| XYZ | 74.18 | 82.7 | 93.71 | - |
| YUV | 231.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 239 | 0.11 | 0 | 0.00 | 0.06 | 177.78 | 0.47 | 0.89 |
| Hex | D5 | F0 | EF | B | 0 | 0 | 6 | B2 | 2F | 59 |
| Octal | 325 | 360 | 357 | 13 | 0 | 0 | 6 | 262 | 57 | 131 |
| Binary | 11010101 | 11110000 | 11101111 | 1011 | 0 | 0 | 110 | 10110010 | 101111 | 1011001 |
Color Harmonies of #D5F0EF
Complementary color
Monochromatic Colors of #D5F0EF
Black with #D5F0EF
Text Example
Text Example
White with #D5F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0EF; }
p { color: rgb(213,240,239); }
H1.HeaderClassName
{
color: #D5F0EF;
}
.AnyTagClassName
{
color: #D5F0EF;
}
</style>
background-color css
<style>
a { background-color: #D5F0EF; }
a { background-color: rgb(213,240,239); }
div.DivClassName
{
background-color: #D5F0EF;
}
.BgClassName
{
background-color: #D5F0EF;
}
</style>
border-color css
<style>
span { border-color: #D5F0EF; }
span { border-color: rgb(213,240,239); }
td.TdClassName
{
border-color: #D5F0EF;
}
.TagClassName
{
border-color: #D5F0EF;
}
</style>