Shades of Oyster Bay #DBEFF3
Tints of Oyster Bay #DBEFF3
RGB
CMYK
RGB Variations
Color information
#DBEFF3 (or 0xDBEFF3) is known color: Oyster Bay. HEX triplet: DB, EF and F3. RGB value is (219,239,243). Sum of RGB (Red+Green+Blue) = 219+239+243=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF3 is #24100C. Grayscale: #E9E9E9. Windows color (decimal): -2363405 or 15986651. OLE color: 15986651.
HSL color Cylindrical-coordinate representation of color #DBEFF3: hue angle of 190º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 239 | 243 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 190º | 0.5% | 0.91% | - |
HSV(B) | 190º | 0.1% | 0.95% | - |
XYZ | 76.26 | 83.26 | 96.85 | - |
YUV | 233.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 243 | 0.10 | 0.02 | 0 | 0.05 | 190 | 0.5 | 0.91 |
Hex | DB | EF | F3 | A | 2 | 0 | 5 | BE | 32 | 5B |
Octal | 333 | 357 | 363 | 12 | 2 | 0 | 5 | 276 | 62 | 133 |
Binary | 11011011 | 11101111 | 11110011 | 1010 | 10 | 0 | 101 | 10111110 | 110010 | 1011011 |
Color Harmonies of #DBEFF3
Complementary color
Monochromatic Colors of #DBEFF3
Black with #DBEFF3
Text Example
Text Example
White with #DBEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFF3; }
p { color: rgb(219,239,243); }
H1.HeaderClassName
{
color: #DBEFF3;
}
.AnyTagClassName
{
color: #DBEFF3;
}
</style>
background-color css
<style>
a { background-color: #DBEFF3; }
a { background-color: rgb(219,239,243); }
div.DivClassName
{
background-color: #DBEFF3;
}
.BgClassName
{
background-color: #DBEFF3;
}
</style>
border-color css
<style>
span { border-color: #DBEFF3; }
span { border-color: rgb(219,239,243); }
td.TdClassName
{
border-color: #DBEFF3;
}
.TagClassName
{
border-color: #DBEFF3;
}
</style>