Shades of Oyster Bay #D1F2F0
Tints of Oyster Bay #D1F2F0
RGB
CMYK
RGB Variations
Color information
#D1F2F0 (or 0xD1F2F0) is known color: Oyster Bay. HEX triplet: D1, F2 and F0. RGB value is (209,242,240). Sum of RGB (Red+Green+Blue) = 209+242+240=691 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.25% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2F0 is #2E0D0F. Grayscale: #E7E7E7. Windows color (decimal): -3018000 or 15790801. OLE color: 15790801.
HSL color Cylindrical-coordinate representation of color #D1F2F0: hue angle of 176.36º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2F0 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 240 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.05 |
| HSL | 176.36º | 0.56% | 0.88% | - |
| HSV(B) | 176.36º | 0.14% | 0.95% | - |
| XYZ | 73.77 | 83.35 | 94.64 | - |
| YUV | 231.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 240 | 0.14 | 0 | 0.01 | 0.05 | 176.36 | 0.56 | 0.88 |
| Hex | D1 | F2 | F0 | E | 0 | 1 | 5 | B0 | 38 | 58 |
| Octal | 321 | 362 | 360 | 16 | 0 | 1 | 5 | 260 | 70 | 130 |
| Binary | 11010001 | 11110010 | 11110000 | 1110 | 0 | 1 | 101 | 10110000 | 111000 | 1011000 |
Color Harmonies of #D1F2F0
Complementary color
Monochromatic Colors of #D1F2F0
Black with #D1F2F0
Text Example
Text Example
White with #D1F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2F0; }
p { color: rgb(209,242,240); }
H1.HeaderClassName
{
color: #D1F2F0;
}
.AnyTagClassName
{
color: #D1F2F0;
}
</style>
background-color css
<style>
a { background-color: #D1F2F0; }
a { background-color: rgb(209,242,240); }
div.DivClassName
{
background-color: #D1F2F0;
}
.BgClassName
{
background-color: #D1F2F0;
}
</style>
border-color css
<style>
span { border-color: #D1F2F0; }
span { border-color: rgb(209,242,240); }
td.TdClassName
{
border-color: #D1F2F0;
}
.TagClassName
{
border-color: #D1F2F0;
}
</style>