Shades of Oyster Bay #DBEBEE
Tints of Oyster Bay #DBEBEE
RGB
CMYK
RGB Variations
Color information
#DBEBEE (or 0xDBEBEE) is known color: Oyster Bay. HEX triplet: DB, EB and EE. RGB value is (219,235,238). Sum of RGB (Red+Green+Blue) = 219+235+238=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBEE is #241411. Grayscale: #E6E6E6. Windows color (decimal): -2364434 or 15657947. OLE color: 15657947.
HSL color Cylindrical-coordinate representation of color #DBEBEE: hue angle of 189.47º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEBEE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 235 | 238 | - |
CMYK | 0.08 | 0.01 | 0 | 0.07 |
HSL | 189.47º | 0.36% | 0.9% | - |
HSV(B) | 189.47º | 0.08% | 0.93% | - |
XYZ | 74.35 | 80.65 | 92.54 | - |
YUV | 230.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 238 | 0.08 | 0.01 | 0 | 0.07 | 189.47 | 0.36 | 0.9 |
Hex | DB | EB | EE | 8 | 1 | 0 | 7 | BD | 24 | 5A |
Octal | 333 | 353 | 356 | 10 | 1 | 0 | 7 | 275 | 44 | 132 |
Binary | 11011011 | 11101011 | 11101110 | 1000 | 1 | 0 | 111 | 10111101 | 100100 | 1011010 |
Color Harmonies of #DBEBEE
Complementary color
Monochromatic Colors of #DBEBEE
Black with #DBEBEE
Text Example
Text Example
White with #DBEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBEE; }
p { color: rgb(219,235,238); }
H1.HeaderClassName
{
color: #DBEBEE;
}
.AnyTagClassName
{
color: #DBEBEE;
}
</style>
background-color css
<style>
a { background-color: #DBEBEE; }
a { background-color: rgb(219,235,238); }
div.DivClassName
{
background-color: #DBEBEE;
}
.BgClassName
{
background-color: #DBEBEE;
}
</style>
border-color css
<style>
span { border-color: #DBEBEE; }
span { border-color: rgb(219,235,238); }
td.TdClassName
{
border-color: #DBEBEE;
}
.TagClassName
{
border-color: #DBEBEE;
}
</style>