Shades of Bubbles #DBF1E4
Tints of Bubbles #DBF1E4
RGB
CMYK
RGB Variations
Color information
#DBF1E4 (or 0xDBF1E4) is known color: Bubbles. HEX triplet: DB, F1 and E4. RGB value is (219,241,228). Sum of RGB (Red+Green+Blue) = 219+241+228=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E4 is #240E1B. Grayscale: #E8E8E8. Windows color (decimal): -2362908 or 15004123. OLE color: 15004123.
HSL color Cylindrical-coordinate representation of color #DBF1E4: hue angle of 144.55º 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 #DBF1E4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 228 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.05 |
| HSL | 144.55º | 0.44% | 0.9% | - |
| HSV(B) | 144.55º | 0.09% | 0.95% | - |
| XYZ | 74.67 | 83.57 | 85.59 | - |
| YUV | 232.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 228 | 0.09 | 0 | 0.05 | 0.05 | 144.55 | 0.44 | 0.9 |
| Hex | DB | F1 | E4 | 9 | 0 | 5 | 5 | 91 | 2C | 5A |
| Octal | 333 | 361 | 344 | 11 | 0 | 5 | 5 | 221 | 54 | 132 |
| Binary | 11011011 | 11110001 | 11100100 | 1001 | 0 | 101 | 101 | 10010001 | 101100 | 1011010 |
Color Harmonies of #DBF1E4
Complementary color
Monochromatic Colors of #DBF1E4
Black with #DBF1E4
Text Example
Text Example
White with #DBF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1E4; }
p { color: rgb(219,241,228); }
H1.HeaderClassName
{
color: #DBF1E4;
}
.AnyTagClassName
{
color: #DBF1E4;
}
</style>
background-color css
<style>
a { background-color: #DBF1E4; }
a { background-color: rgb(219,241,228); }
div.DivClassName
{
background-color: #DBF1E4;
}
.BgClassName
{
background-color: #DBF1E4;
}
</style>
border-color css
<style>
span { border-color: #DBF1E4; }
span { border-color: rgb(219,241,228); }
td.TdClassName
{
border-color: #DBF1E4;
}
.TagClassName
{
border-color: #DBF1E4;
}
</style>