Shades of Tranquil #D7F2EC
Tints of Tranquil #D7F2EC
RGB
CMYK
RGB Variations
Color information
#D7F2EC (or 0xD7F2EC) is known color: Tranquil. HEX triplet: D7, F2 and EC. RGB value is (215,242,236). Sum of RGB (Red+Green+Blue) = 215+242+236=693 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.02% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F2EC is #280D13. Grayscale: #E9E9E9. Windows color (decimal): -2624788 or 15528663. OLE color: 15528663.
HSL color Cylindrical-coordinate representation of color #D7F2EC: hue angle of 166.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2EC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 236 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.05 |
| HSL | 166.67º | 0.51% | 0.9% | - |
| HSV(B) | 166.67º | 0.11% | 0.95% | - |
| XYZ | 74.92 | 84.01 | 91.62 | - |
| YUV | 233.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 236 | 0.11 | 0 | 0.02 | 0.05 | 166.67 | 0.51 | 0.9 |
| Hex | D7 | F2 | EC | B | 0 | 2 | 5 | A7 | 33 | 5A |
| Octal | 327 | 362 | 354 | 13 | 0 | 2 | 5 | 247 | 63 | 132 |
| Binary | 11010111 | 11110010 | 11101100 | 1011 | 0 | 10 | 101 | 10100111 | 110011 | 1011010 |
Color Harmonies of #D7F2EC
Complementary color
Monochromatic Colors of #D7F2EC
Black with #D7F2EC
Text Example
Text Example
White with #D7F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2EC; }
p { color: rgb(215,242,236); }
H1.HeaderClassName
{
color: #D7F2EC;
}
.AnyTagClassName
{
color: #D7F2EC;
}
</style>
background-color css
<style>
a { background-color: #D7F2EC; }
a { background-color: rgb(215,242,236); }
div.DivClassName
{
background-color: #D7F2EC;
}
.BgClassName
{
background-color: #D7F2EC;
}
</style>
border-color css
<style>
span { border-color: #D7F2EC; }
span { border-color: rgb(215,242,236); }
td.TdClassName
{
border-color: #D7F2EC;
}
.TagClassName
{
border-color: #D7F2EC;
}
</style>