Shades of Oyster Bay #D8F0F4
Tints of Oyster Bay #D8F0F4
RGB
CMYK
RGB Variations
Color information
#D8F0F4 (or 0xD8F0F4) is known color: Oyster Bay. HEX triplet: D8, F0 and F4. RGB value is (216,240,244). Sum of RGB (Red+Green+Blue) = 216+240+244=700 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.86% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8F0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F0F4 is #270F0B. Grayscale: #E9E9E9. Windows color (decimal): -2559756 or 16052440. OLE color: 16052440.
HSL color Cylindrical-coordinate representation of color #D8F0F4: hue angle of 188.57º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F0F4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 240 | 244 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.04 |
| HSL | 188.57º | 0.56% | 0.9% | - |
| HSV(B) | 188.57º | 0.11% | 0.96% | - |
| XYZ | 75.81 | 83.45 | 97.7 | - |
| YUV | 233.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 244 | 0.11 | 0.02 | 0 | 0.04 | 188.57 | 0.56 | 0.9 |
| Hex | D8 | F0 | F4 | B | 2 | 0 | 4 | BD | 38 | 5A |
| Octal | 330 | 360 | 364 | 13 | 2 | 0 | 4 | 275 | 70 | 132 |
| Binary | 11011000 | 11110000 | 11110100 | 1011 | 10 | 0 | 100 | 10111101 | 111000 | 1011010 |
Color Harmonies of #D8F0F4
Complementary color
Monochromatic Colors of #D8F0F4
Black with #D8F0F4
Text Example
Text Example
White with #D8F0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0F4; }
p { color: rgb(216,240,244); }
H1.HeaderClassName
{
color: #D8F0F4;
}
.AnyTagClassName
{
color: #D8F0F4;
}
</style>
background-color css
<style>
a { background-color: #D8F0F4; }
a { background-color: rgb(216,240,244); }
div.DivClassName
{
background-color: #D8F0F4;
}
.BgClassName
{
background-color: #D8F0F4;
}
</style>
border-color css
<style>
span { border-color: #D8F0F4; }
span { border-color: rgb(216,240,244); }
td.TdClassName
{
border-color: #D8F0F4;
}
.TagClassName
{
border-color: #D8F0F4;
}
</style>