Shades of Oyster Bay #DBEDF0
Tints of Oyster Bay #DBEDF0
RGB
CMYK
RGB Variations
Color information
#DBEDF0 (or 0xDBEDF0) is known color: Oyster Bay. HEX triplet: DB, ED and F0. RGB value is (219,237,240). Sum of RGB (Red+Green+Blue) = 219+237+240=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF0 is #24120F. Grayscale: #E7E7E7. Windows color (decimal): -2363920 or 15789531. OLE color: 15789531.
HSL color Cylindrical-coordinate representation of color #DBEDF0: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEDF0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 237 | 240 | - |
CMYK | 0.09 | 0.01 | 0 | 0.06 |
HSL | 188.57º | 0.41% | 0.9% | - |
HSV(B) | 188.57º | 0.09% | 0.94% | - |
XYZ | 75.23 | 81.92 | 94.29 | - |
YUV | 231.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 240 | 0.09 | 0.01 | 0 | 0.06 | 188.57 | 0.41 | 0.9 |
Hex | DB | ED | F0 | 9 | 1 | 0 | 6 | BD | 29 | 5A |
Octal | 333 | 355 | 360 | 11 | 1 | 0 | 6 | 275 | 51 | 132 |
Binary | 11011011 | 11101101 | 11110000 | 1001 | 1 | 0 | 110 | 10111101 | 101001 | 1011010 |
Color Harmonies of #DBEDF0
Complementary color
Monochromatic Colors of #DBEDF0
Black with #DBEDF0
Text Example
Text Example
White with #DBEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDF0; }
p { color: rgb(219,237,240); }
H1.HeaderClassName
{
color: #DBEDF0;
}
.AnyTagClassName
{
color: #DBEDF0;
}
</style>
background-color css
<style>
a { background-color: #DBEDF0; }
a { background-color: rgb(219,237,240); }
div.DivClassName
{
background-color: #DBEDF0;
}
.BgClassName
{
background-color: #DBEDF0;
}
</style>
border-color css
<style>
span { border-color: #DBEDF0; }
span { border-color: rgb(219,237,240); }
td.TdClassName
{
border-color: #DBEDF0;
}
.TagClassName
{
border-color: #DBEDF0;
}
</style>