Shades of Oyster Bay #DBEEF0
Tints of Oyster Bay #DBEEF0
RGB
CMYK
RGB Variations
Color information
#DBEEF0 (or 0xDBEEF0) is known color: Oyster Bay. HEX triplet: DB, EE and F0. RGB value is (219,238,240). Sum of RGB (Red+Green+Blue) = 219+238+240=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF0 is #24110F. Grayscale: #E8E8E8. Windows color (decimal): -2363664 or 15789787. OLE color: 15789787.
HSL color Cylindrical-coordinate representation of color #DBEEF0: hue angle of 185.71º 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 #DBEEF0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 238 | 240 | - |
CMYK | 0.09 | 0.01 | 0 | 0.06 |
HSL | 185.71º | 0.41% | 0.9% | - |
HSV(B) | 185.71º | 0.09% | 0.94% | - |
XYZ | 75.52 | 82.5 | 94.38 | - |
YUV | 232.55 | 132.21 | 118.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 240 | 0.09 | 0.01 | 0 | 0.06 | 185.71 | 0.41 | 0.9 |
Hex | DB | EE | F0 | 9 | 1 | 0 | 6 | BA | 29 | 5A |
Octal | 333 | 356 | 360 | 11 | 1 | 0 | 6 | 272 | 51 | 132 |
Binary | 11011011 | 11101110 | 11110000 | 1001 | 1 | 0 | 110 | 10111010 | 101001 | 1011010 |
Color Harmonies of #DBEEF0
Complementary color
Monochromatic Colors of #DBEEF0
Black with #DBEEF0
Text Example
Text Example
White with #DBEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEF0; }
p { color: rgb(219,238,240); }
H1.HeaderClassName
{
color: #DBEEF0;
}
.AnyTagClassName
{
color: #DBEEF0;
}
</style>
background-color css
<style>
a { background-color: #DBEEF0; }
a { background-color: rgb(219,238,240); }
div.DivClassName
{
background-color: #DBEEF0;
}
.BgClassName
{
background-color: #DBEEF0;
}
</style>
border-color css
<style>
span { border-color: #DBEEF0; }
span { border-color: rgb(219,238,240); }
td.TdClassName
{
border-color: #DBEEF0;
}
.TagClassName
{
border-color: #DBEEF0;
}
</style>