Shades of Oyster Bay #DBEFF1
Tints of Oyster Bay #DBEFF1
RGB
CMYK
RGB Variations
Color information
#DBEFF1 (or 0xDBEFF1) is known color: Oyster Bay. HEX triplet: DB, EF and F1. RGB value is (219,239,241). Sum of RGB (Red+Green+Blue) = 219+239+241=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF1 is #24100E. Grayscale: #E9E9E9. Windows color (decimal): -2363407 or 15855579. OLE color: 15855579.
HSL color Cylindrical-coordinate representation of color #DBEFF1: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEFF1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 239 | 241 | - |
CMYK | 0.09 | 0.01 | 0 | 0.05 |
HSL | 185.45º | 0.44% | 0.9% | - |
HSV(B) | 185.45º | 0.09% | 0.95% | - |
XYZ | 75.96 | 83.14 | 95.26 | - |
YUV | 233.25 | 132.37 | 117.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 241 | 0.09 | 0.01 | 0 | 0.05 | 185.45 | 0.44 | 0.9 |
Hex | DB | EF | F1 | 9 | 1 | 0 | 5 | B9 | 2C | 5A |
Octal | 333 | 357 | 361 | 11 | 1 | 0 | 5 | 271 | 54 | 132 |
Binary | 11011011 | 11101111 | 11110001 | 1001 | 1 | 0 | 101 | 10111001 | 101100 | 1011010 |
Color Harmonies of #DBEFF1
Complementary color
Monochromatic Colors of #DBEFF1
Black with #DBEFF1
Text Example
Text Example
White with #DBEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFF1; }
p { color: rgb(219,239,241); }
H1.HeaderClassName
{
color: #DBEFF1;
}
.AnyTagClassName
{
color: #DBEFF1;
}
</style>
background-color css
<style>
a { background-color: #DBEFF1; }
a { background-color: rgb(219,239,241); }
div.DivClassName
{
background-color: #DBEFF1;
}
.BgClassName
{
background-color: #DBEFF1;
}
</style>
border-color css
<style>
span { border-color: #DBEFF1; }
span { border-color: rgb(219,239,241); }
td.TdClassName
{
border-color: #DBEFF1;
}
.TagClassName
{
border-color: #DBEFF1;
}
</style>