Shades of Oyster Bay #DBECEF
Tints of Oyster Bay #DBECEF
RGB
CMYK
RGB Variations
Color information
#DBECEF (or 0xDBECEF) is known color: Oyster Bay. HEX triplet: DB, EC and EF. RGB value is (219,236,239). Sum of RGB (Red+Green+Blue) = 219+236+239=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECEF is #241310. Grayscale: #E7E7E7. Windows color (decimal): -2364177 or 15723739. OLE color: 15723739.
HSL color Cylindrical-coordinate representation of color #DBECEF: hue angle of 189º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBECEF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 236 | 239 | - |
CMYK | 0.08 | 0.01 | 0 | 0.06 |
HSL | 189º | 0.38% | 0.9% | - |
HSV(B) | 189º | 0.08% | 0.94% | - |
XYZ | 74.79 | 81.28 | 93.41 | - |
YUV | 231.26 | 132.37 | 119.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 239 | 0.08 | 0.01 | 0 | 0.06 | 189 | 0.38 | 0.9 |
Hex | DB | EC | EF | 8 | 1 | 0 | 6 | BD | 26 | 5A |
Octal | 333 | 354 | 357 | 10 | 1 | 0 | 6 | 275 | 46 | 132 |
Binary | 11011011 | 11101100 | 11101111 | 1000 | 1 | 0 | 110 | 10111101 | 100110 | 1011010 |
Color Harmonies of #DBECEF
Complementary color
Monochromatic Colors of #DBECEF
Black with #DBECEF
Text Example
Text Example
White with #DBECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECEF; }
p { color: rgb(219,236,239); }
H1.HeaderClassName
{
color: #DBECEF;
}
.AnyTagClassName
{
color: #DBECEF;
}
</style>
background-color css
<style>
a { background-color: #DBECEF; }
a { background-color: rgb(219,236,239); }
div.DivClassName
{
background-color: #DBECEF;
}
.BgClassName
{
background-color: #DBECEF;
}
</style>
border-color css
<style>
span { border-color: #DBECEF; }
span { border-color: rgb(219,236,239); }
td.TdClassName
{
border-color: #DBECEF;
}
.TagClassName
{
border-color: #DBECEF;
}
</style>