Shades of Oyster Bay #DBE9EB
Tints of Oyster Bay #DBE9EB
RGB
CMYK
RGB Variations
Color information
#DBE9EB (or 0xDBE9EB) is known color: Oyster Bay. HEX triplet: DB, E9 and EB. RGB value is (219,233,235). Sum of RGB (Red+Green+Blue) = 219+233+235=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EB is #241614. Grayscale: #E5E5E5. Windows color (decimal): -2364949 or 15460827. OLE color: 15460827.
HSL color Cylindrical-coordinate representation of color #DBE9EB: hue angle of 187.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE9EB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 233 | 235 | - |
CMYK | 0.07 | 0.01 | 0 | 0.08 |
HSL | 187.5º | 0.29% | 0.89% | - |
HSV(B) | 187.5º | 0.07% | 0.92% | - |
XYZ | 73.35 | 79.34 | 90.04 | - |
YUV | 229.04 | 131.36 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 235 | 0.07 | 0.01 | 0 | 0.08 | 187.5 | 0.29 | 0.89 |
Hex | DB | E9 | EB | 7 | 1 | 0 | 8 | BC | 1D | 59 |
Octal | 333 | 351 | 353 | 7 | 1 | 0 | 10 | 274 | 35 | 131 |
Binary | 11011011 | 11101001 | 11101011 | 111 | 1 | 0 | 1000 | 10111100 | 11101 | 1011001 |
Color Harmonies of #DBE9EB
Complementary color
Monochromatic Colors of #DBE9EB
Black with #DBE9EB
Text Example
Text Example
White with #DBE9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9EB; }
p { color: rgb(219,233,235); }
H1.HeaderClassName
{
color: #DBE9EB;
}
.AnyTagClassName
{
color: #DBE9EB;
}
</style>
background-color css
<style>
a { background-color: #DBE9EB; }
a { background-color: rgb(219,233,235); }
div.DivClassName
{
background-color: #DBE9EB;
}
.BgClassName
{
background-color: #DBE9EB;
}
</style>
border-color css
<style>
span { border-color: #DBE9EB; }
span { border-color: rgb(219,233,235); }
td.TdClassName
{
border-color: #DBE9EB;
}
.TagClassName
{
border-color: #DBE9EB;
}
</style>