Shades of Oyster Bay #DBEBED
Tints of Oyster Bay #DBEBED
RGB
CMYK
RGB Variations
Color information
#DBEBED (or 0xDBEBED) is known color: Oyster Bay. HEX triplet: DB, EB and ED. RGB value is (219,235,237). Sum of RGB (Red+Green+Blue) = 219+235+237=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBED is #241412. Grayscale: #E6E6E6. Windows color (decimal): -2364435 or 15592411. OLE color: 15592411.
HSL color Cylindrical-coordinate representation of color #DBEBED: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEBED is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 235 | 237 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.07 |
| HSL | 186.67º | 0.33% | 0.89% | - |
| HSV(B) | 186.67º | 0.08% | 0.93% | - |
| XYZ | 74.21 | 80.59 | 91.77 | - |
| YUV | 230.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 237 | 0.08 | 0.01 | 0 | 0.07 | 186.67 | 0.33 | 0.89 |
| Hex | DB | EB | ED | 8 | 1 | 0 | 7 | BB | 21 | 59 |
| Octal | 333 | 353 | 355 | 10 | 1 | 0 | 7 | 273 | 41 | 131 |
| Binary | 11011011 | 11101011 | 11101101 | 1000 | 1 | 0 | 111 | 10111011 | 100001 | 1011001 |
Color Harmonies of #DBEBED
Complementary color
Monochromatic Colors of #DBEBED
Black with #DBEBED
Text Example
Text Example
White with #DBEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBED; }
p { color: rgb(219,235,237); }
H1.HeaderClassName
{
color: #DBEBED;
}
.AnyTagClassName
{
color: #DBEBED;
}
</style>
background-color css
<style>
a { background-color: #DBEBED; }
a { background-color: rgb(219,235,237); }
div.DivClassName
{
background-color: #DBEBED;
}
.BgClassName
{
background-color: #DBEBED;
}
</style>
border-color css
<style>
span { border-color: #DBEBED; }
span { border-color: rgb(219,235,237); }
td.TdClassName
{
border-color: #DBEBED;
}
.TagClassName
{
border-color: #DBEBED;
}
</style>