Shades of Tranquil #DBF2EC
Tints of Tranquil #DBF2EC
RGB
CMYK
RGB Variations
Color information
#DBF2EC (or 0xDBF2EC) is known color: Tranquil. HEX triplet: DB, F2 and EC. RGB value is (219,242,236). Sum of RGB (Red+Green+Blue) = 219+242+236=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2EC is #240D13. Grayscale: #EAEAEA. Windows color (decimal): -2362644 or 15528667. OLE color: 15528667.
HSL color Cylindrical-coordinate representation of color #DBF2EC: hue angle of 164.35º 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 #DBF2EC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 236 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.05 |
| HSL | 164.35º | 0.47% | 0.9% | - |
| HSV(B) | 164.35º | 0.1% | 0.95% | - |
| XYZ | 76.11 | 84.62 | 91.68 | - |
| YUV | 234.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 236 | 0.10 | 0 | 0.02 | 0.05 | 164.35 | 0.47 | 0.9 |
| Hex | DB | F2 | EC | A | 0 | 2 | 5 | A4 | 2F | 5A |
| Octal | 333 | 362 | 354 | 12 | 0 | 2 | 5 | 244 | 57 | 132 |
| Binary | 11011011 | 11110010 | 11101100 | 1010 | 0 | 10 | 101 | 10100100 | 101111 | 1011010 |
Color Harmonies of #DBF2EC
Complementary color
Monochromatic Colors of #DBF2EC
Black with #DBF2EC
Text Example
Text Example
White with #DBF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2EC; }
p { color: rgb(219,242,236); }
H1.HeaderClassName
{
color: #DBF2EC;
}
.AnyTagClassName
{
color: #DBF2EC;
}
</style>
background-color css
<style>
a { background-color: #DBF2EC; }
a { background-color: rgb(219,242,236); }
div.DivClassName
{
background-color: #DBF2EC;
}
.BgClassName
{
background-color: #DBF2EC;
}
</style>
border-color css
<style>
span { border-color: #DBF2EC; }
span { border-color: rgb(219,242,236); }
td.TdClassName
{
border-color: #DBF2EC;
}
.TagClassName
{
border-color: #DBF2EC;
}
</style>