Shades of Tranquil #DBF1EC
Tints of Tranquil #DBF1EC
RGB
CMYK
RGB Variations
Color information
#DBF1EC (or 0xDBF1EC) is known color: Tranquil. HEX triplet: DB, F1 and EC. RGB value is (219,241,236). Sum of RGB (Red+Green+Blue) = 219+241+236=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1EC is #240E13. Grayscale: #E9E9E9. Windows color (decimal): -2362900 or 15528411. OLE color: 15528411.
HSL color Cylindrical-coordinate representation of color #DBF1EC: hue angle of 166.36º 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 #DBF1EC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 236 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 166.36º | 0.44% | 0.9% | - |
HSV(B) | 166.36º | 0.09% | 0.95% | - |
XYZ | 75.81 | 84.03 | 91.58 | - |
YUV | 233.85 | 129.21 | 117.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 236 | 0.09 | 0 | 0.02 | 0.05 | 166.36 | 0.44 | 0.9 |
Hex | DB | F1 | EC | 9 | 0 | 2 | 5 | A6 | 2C | 5A |
Octal | 333 | 361 | 354 | 11 | 0 | 2 | 5 | 246 | 54 | 132 |
Binary | 11011011 | 11110001 | 11101100 | 1001 | 0 | 10 | 101 | 10100110 | 101100 | 1011010 |
Color Harmonies of #DBF1EC
Complementary color
Monochromatic Colors of #DBF1EC
Black with #DBF1EC
Text Example
Text Example
White with #DBF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1EC; }
p { color: rgb(219,241,236); }
H1.HeaderClassName
{
color: #DBF1EC;
}
.AnyTagClassName
{
color: #DBF1EC;
}
</style>
background-color css
<style>
a { background-color: #DBF1EC; }
a { background-color: rgb(219,241,236); }
div.DivClassName
{
background-color: #DBF1EC;
}
.BgClassName
{
background-color: #DBF1EC;
}
</style>
border-color css
<style>
span { border-color: #DBF1EC; }
span { border-color: rgb(219,241,236); }
td.TdClassName
{
border-color: #DBF1EC;
}
.TagClassName
{
border-color: #DBF1EC;
}
</style>