Shades of Tranquil #DBF6F2
Tints of Tranquil #DBF6F2
RGB
CMYK
RGB Variations
Color information
#DBF6F2 (or 0xDBF6F2) is known color: Tranquil. HEX triplet: DB, F6 and F2. RGB value is (219,246,242). Sum of RGB (Red+Green+Blue) = 219+246+242=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6F2 is #24090D. Grayscale: #EDEDED. Windows color (decimal): -2361614 or 15922907. OLE color: 15922907.
HSL color Cylindrical-coordinate representation of color #DBF6F2: hue angle of 171.11º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6F2 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 242 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.04 |
| HSL | 171.11º | 0.6% | 0.91% | - |
| HSV(B) | 171.11º | 0.11% | 0.96% | - |
| XYZ | 78.2 | 87.38 | 96.75 | - |
| YUV | 237.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 242 | 0.11 | 0 | 0.02 | 0.04 | 171.11 | 0.6 | 0.91 |
| Hex | DB | F6 | F2 | B | 0 | 2 | 4 | AB | 3C | 5B |
| Octal | 333 | 366 | 362 | 13 | 0 | 2 | 4 | 253 | 74 | 133 |
| Binary | 11011011 | 11110110 | 11110010 | 1011 | 0 | 10 | 100 | 10101011 | 111100 | 1011011 |
Color Harmonies of #DBF6F2
Complementary color
Monochromatic Colors of #DBF6F2
Black with #DBF6F2
Text Example
Text Example
White with #DBF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6F2; }
p { color: rgb(219,246,242); }
H1.HeaderClassName
{
color: #DBF6F2;
}
.AnyTagClassName
{
color: #DBF6F2;
}
</style>
background-color css
<style>
a { background-color: #DBF6F2; }
a { background-color: rgb(219,246,242); }
div.DivClassName
{
background-color: #DBF6F2;
}
.BgClassName
{
background-color: #DBF6F2;
}
</style>
border-color css
<style>
span { border-color: #DBF6F2; }
span { border-color: rgb(219,246,242); }
td.TdClassName
{
border-color: #DBF6F2;
}
.TagClassName
{
border-color: #DBF6F2;
}
</style>