Shades of Tranquil #DBF0EC
Tints of Tranquil #DBF0EC
RGB
CMYK
RGB Variations
Color information
#DBF0EC (or 0xDBF0EC) is known color: Tranquil. HEX triplet: DB, F0 and EC. RGB value is (219,240,236). Sum of RGB (Red+Green+Blue) = 219+240+236=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0EC is #240F13. Grayscale: #E9E9E9. Windows color (decimal): -2363156 or 15528155. OLE color: 15528155.
HSL color Cylindrical-coordinate representation of color #DBF0EC: hue angle of 168.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0EC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 236 | - |
CMYK | 0.09 | 0 | 0.02 | 0.06 |
HSL | 168.57º | 0.41% | 0.9% | - |
HSV(B) | 168.57º | 0.09% | 0.94% | - |
XYZ | 75.51 | 83.44 | 91.48 | - |
YUV | 233.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 236 | 0.09 | 0 | 0.02 | 0.06 | 168.57 | 0.41 | 0.9 |
Hex | DB | F0 | EC | 9 | 0 | 2 | 6 | A9 | 29 | 5A |
Octal | 333 | 360 | 354 | 11 | 0 | 2 | 6 | 251 | 51 | 132 |
Binary | 11011011 | 11110000 | 11101100 | 1001 | 0 | 10 | 110 | 10101001 | 101001 | 1011010 |
Color Harmonies of #DBF0EC
Complementary color
Monochromatic Colors of #DBF0EC
Black with #DBF0EC
Text Example
Text Example
White with #DBF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0EC; }
p { color: rgb(219,240,236); }
H1.HeaderClassName
{
color: #DBF0EC;
}
.AnyTagClassName
{
color: #DBF0EC;
}
</style>
background-color css
<style>
a { background-color: #DBF0EC; }
a { background-color: rgb(219,240,236); }
div.DivClassName
{
background-color: #DBF0EC;
}
.BgClassName
{
background-color: #DBF0EC;
}
</style>
border-color css
<style>
span { border-color: #DBF0EC; }
span { border-color: rgb(219,240,236); }
td.TdClassName
{
border-color: #DBF0EC;
}
.TagClassName
{
border-color: #DBF0EC;
}
</style>