Shades of Oyster Bay #D7EFF0
Tints of Oyster Bay #D7EFF0
RGB
CMYK
RGB Variations
Color information
#D7EFF0 (or 0xD7EFF0) is known color: Oyster Bay. HEX triplet: D7, EF and F0. RGB value is (215,239,240). Sum of RGB (Red+Green+Blue) = 215+239+240=694 (91% of max value = 765). Red value is 215 (84.38% from 255 or 30.98% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7EFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFF0 is #28100F. Grayscale: #E7E7E7. Windows color (decimal): -2625552 or 15790039. OLE color: 15790039.
HSL color Cylindrical-coordinate representation of color #D7EFF0: hue angle of 182.4º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EFF0 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 239 | 240 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.06 |
| HSL | 182.4º | 0.45% | 0.89% | - |
| HSV(B) | 182.4º | 0.1% | 0.94% | - |
| XYZ | 74.62 | 82.47 | 94.42 | - |
| YUV | 231.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 239 | 240 | 0.10 | 0.00 | 0 | 0.06 | 182.4 | 0.45 | 0.89 |
| Hex | D7 | EF | F0 | A | 0 | 0 | 6 | B6 | 2D | 59 |
| Octal | 327 | 357 | 360 | 12 | 0 | 0 | 6 | 266 | 55 | 131 |
| Binary | 11010111 | 11101111 | 11110000 | 1010 | 0 | 0 | 110 | 10110110 | 101101 | 1011001 |
Color Harmonies of #D7EFF0
Complementary color
Monochromatic Colors of #D7EFF0
Black with #D7EFF0
Text Example
Text Example
White with #D7EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EFF0; }
p { color: rgb(215,239,240); }
H1.HeaderClassName
{
color: #D7EFF0;
}
.AnyTagClassName
{
color: #D7EFF0;
}
</style>
background-color css
<style>
a { background-color: #D7EFF0; }
a { background-color: rgb(215,239,240); }
div.DivClassName
{
background-color: #D7EFF0;
}
.BgClassName
{
background-color: #D7EFF0;
}
</style>
border-color css
<style>
span { border-color: #D7EFF0; }
span { border-color: rgb(215,239,240); }
td.TdClassName
{
border-color: #D7EFF0;
}
.TagClassName
{
border-color: #D7EFF0;
}
</style>