Shades of Bubbles #DBF0E3
Tints of Bubbles #DBF0E3
RGB
CMYK
RGB Variations
Color information
#DBF0E3 (or 0xDBF0E3) is known color: Bubbles. HEX triplet: DB, F0 and E3. RGB value is (219,240,227). Sum of RGB (Red+Green+Blue) = 219+240+227=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0E3 is #240F1C. Grayscale: #E8E8E8. Windows color (decimal): -2363165 or 14938331. OLE color: 14938331.
HSL color Cylindrical-coordinate representation of color #DBF0E3: hue angle of 142.86º 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 #DBF0E3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 227 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.06 |
| HSL | 142.86º | 0.41% | 0.9% | - |
| HSV(B) | 142.86º | 0.09% | 0.94% | - |
| XYZ | 74.24 | 82.93 | 84.77 | - |
| YUV | 232.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 227 | 0.09 | 0 | 0.05 | 0.06 | 142.86 | 0.41 | 0.9 |
| Hex | DB | F0 | E3 | 9 | 0 | 5 | 6 | 8F | 29 | 5A |
| Octal | 333 | 360 | 343 | 11 | 0 | 5 | 6 | 217 | 51 | 132 |
| Binary | 11011011 | 11110000 | 11100011 | 1001 | 0 | 101 | 110 | 10001111 | 101001 | 1011010 |
Color Harmonies of #DBF0E3
Complementary color
Monochromatic Colors of #DBF0E3
Black with #DBF0E3
Text Example
Text Example
White with #DBF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0E3; }
p { color: rgb(219,240,227); }
H1.HeaderClassName
{
color: #DBF0E3;
}
.AnyTagClassName
{
color: #DBF0E3;
}
</style>
background-color css
<style>
a { background-color: #DBF0E3; }
a { background-color: rgb(219,240,227); }
div.DivClassName
{
background-color: #DBF0E3;
}
.BgClassName
{
background-color: #DBF0E3;
}
</style>
border-color css
<style>
span { border-color: #DBF0E3; }
span { border-color: rgb(219,240,227); }
td.TdClassName
{
border-color: #DBF0E3;
}
.TagClassName
{
border-color: #DBF0E3;
}
</style>