Shades of Oyster Bay #DBF2F1
Tints of Oyster Bay #DBF2F1
RGB
CMYK
RGB Variations
Color information
#DBF2F1 (or 0xDBF2F1) is known color: Oyster Bay. HEX triplet: DB, F2 and F1. RGB value is (219,242,241). Sum of RGB (Red+Green+Blue) = 219+242+241=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2F1 is #240D0E. Grayscale: #EAEAEA. Windows color (decimal): -2362639 or 15856347. OLE color: 15856347.
HSL color Cylindrical-coordinate representation of color #DBF2F1: hue angle of 177.39º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2F1 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 241 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.05 |
| HSL | 177.39º | 0.47% | 0.9% | - |
| HSV(B) | 177.39º | 0.1% | 0.95% | - |
| XYZ | 76.84 | 84.92 | 95.56 | - |
| YUV | 235.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 241 | 0.10 | 0 | 0.00 | 0.05 | 177.39 | 0.47 | 0.9 |
| Hex | DB | F2 | F1 | A | 0 | 0 | 5 | B1 | 2F | 5A |
| Octal | 333 | 362 | 361 | 12 | 0 | 0 | 5 | 261 | 57 | 132 |
| Binary | 11011011 | 11110010 | 11110001 | 1010 | 0 | 0 | 101 | 10110001 | 101111 | 1011010 |
Color Harmonies of #DBF2F1
Complementary color
Monochromatic Colors of #DBF2F1
Black with #DBF2F1
Text Example
Text Example
White with #DBF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2F1; }
p { color: rgb(219,242,241); }
H1.HeaderClassName
{
color: #DBF2F1;
}
.AnyTagClassName
{
color: #DBF2F1;
}
</style>
background-color css
<style>
a { background-color: #DBF2F1; }
a { background-color: rgb(219,242,241); }
div.DivClassName
{
background-color: #DBF2F1;
}
.BgClassName
{
background-color: #DBF2F1;
}
</style>
border-color css
<style>
span { border-color: #DBF2F1; }
span { border-color: rgb(219,242,241); }
td.TdClassName
{
border-color: #DBF2F1;
}
.TagClassName
{
border-color: #DBF2F1;
}
</style>