Shades of Tranquil #D6F1EC
Tints of Tranquil #D6F1EC
RGB
CMYK
RGB Variations
Color information
#D6F1EC (or 0xD6F1EC) is known color: Tranquil. HEX triplet: D6, F1 and EC. RGB value is (214,241,236). Sum of RGB (Red+Green+Blue) = 214+241+236=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F1EC is #290E13. Grayscale: #E8E8E8. Windows color (decimal): -2690580 or 15528406. OLE color: 15528406.
HSL color Cylindrical-coordinate representation of color #D6F1EC: hue angle of 168.89º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F1EC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 236 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.05 |
| HSL | 168.89º | 0.49% | 0.89% | - |
| HSV(B) | 168.89º | 0.11% | 0.95% | - |
| XYZ | 74.33 | 83.26 | 91.51 | - |
| YUV | 232.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 236 | 0.11 | 0 | 0.02 | 0.05 | 168.89 | 0.49 | 0.89 |
| Hex | D6 | F1 | EC | B | 0 | 2 | 5 | A9 | 31 | 59 |
| Octal | 326 | 361 | 354 | 13 | 0 | 2 | 5 | 251 | 61 | 131 |
| Binary | 11010110 | 11110001 | 11101100 | 1011 | 0 | 10 | 101 | 10101001 | 110001 | 1011001 |
Color Harmonies of #D6F1EC
Complementary color
Monochromatic Colors of #D6F1EC
Black with #D6F1EC
Text Example
Text Example
White with #D6F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F1EC; }
p { color: rgb(214,241,236); }
H1.HeaderClassName
{
color: #D6F1EC;
}
.AnyTagClassName
{
color: #D6F1EC;
}
</style>
background-color css
<style>
a { background-color: #D6F1EC; }
a { background-color: rgb(214,241,236); }
div.DivClassName
{
background-color: #D6F1EC;
}
.BgClassName
{
background-color: #D6F1EC;
}
</style>
border-color css
<style>
span { border-color: #D6F1EC; }
span { border-color: rgb(214,241,236); }
td.TdClassName
{
border-color: #D6F1EC;
}
.TagClassName
{
border-color: #D6F1EC;
}
</style>