Shades of Bubbles #DBF2E4
Tints of Bubbles #DBF2E4
RGB
CMYK
RGB Variations
Color information
#DBF2E4 (or 0xDBF2E4) is known color: Bubbles. HEX triplet: DB, F2 and E4. RGB value is (219,242,228). Sum of RGB (Red+Green+Blue) = 219+242+228=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2E4 is #240D1B. Grayscale: #E9E9E9. Windows color (decimal): -2362652 or 15004379. OLE color: 15004379.
HSL color Cylindrical-coordinate representation of color #DBF2E4: hue angle of 143.48º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2E4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 228 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.05 |
| HSL | 143.48º | 0.47% | 0.9% | - |
| HSV(B) | 143.48º | 0.1% | 0.95% | - |
| XYZ | 74.97 | 84.17 | 85.69 | - |
| YUV | 233.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 228 | 0.10 | 0 | 0.06 | 0.05 | 143.48 | 0.47 | 0.9 |
| Hex | DB | F2 | E4 | A | 0 | 6 | 5 | 8F | 2F | 5A |
| Octal | 333 | 362 | 344 | 12 | 0 | 6 | 5 | 217 | 57 | 132 |
| Binary | 11011011 | 11110010 | 11100100 | 1010 | 0 | 110 | 101 | 10001111 | 101111 | 1011010 |
Color Harmonies of #DBF2E4
Complementary color
Monochromatic Colors of #DBF2E4
Black with #DBF2E4
Text Example
Text Example
White with #DBF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2E4; }
p { color: rgb(219,242,228); }
H1.HeaderClassName
{
color: #DBF2E4;
}
.AnyTagClassName
{
color: #DBF2E4;
}
</style>
background-color css
<style>
a { background-color: #DBF2E4; }
a { background-color: rgb(219,242,228); }
div.DivClassName
{
background-color: #DBF2E4;
}
.BgClassName
{
background-color: #DBF2E4;
}
</style>
border-color css
<style>
span { border-color: #DBF2E4; }
span { border-color: rgb(219,242,228); }
td.TdClassName
{
border-color: #DBF2E4;
}
.TagClassName
{
border-color: #DBF2E4;
}
</style>