Shades of Tranquil #D5F2EC
Tints of Tranquil #D5F2EC
RGB
CMYK
RGB Variations
Color information
#D5F2EC (or 0xD5F2EC) is known color: Tranquil. HEX triplet: D5, F2 and EC. RGB value is (213,242,236). Sum of RGB (Red+Green+Blue) = 213+242+236=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2EC is #2A0D13. Grayscale: #E8E8E8. Windows color (decimal): -2755860 or 15528661. OLE color: 15528661.
HSL color Cylindrical-coordinate representation of color #D5F2EC: hue angle of 167.59º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F2EC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 236 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.05 |
| HSL | 167.59º | 0.53% | 0.89% | - |
| HSV(B) | 167.59º | 0.12% | 0.95% | - |
| XYZ | 74.33 | 83.71 | 91.6 | - |
| YUV | 232.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 236 | 0.12 | 0 | 0.02 | 0.05 | 167.59 | 0.53 | 0.89 |
| Hex | D5 | F2 | EC | C | 0 | 2 | 5 | A8 | 35 | 59 |
| Octal | 325 | 362 | 354 | 14 | 0 | 2 | 5 | 250 | 65 | 131 |
| Binary | 11010101 | 11110010 | 11101100 | 1100 | 0 | 10 | 101 | 10101000 | 110101 | 1011001 |
Color Harmonies of #D5F2EC
Complementary color
Monochromatic Colors of #D5F2EC
Black with #D5F2EC
Text Example
Text Example
White with #D5F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2EC; }
p { color: rgb(213,242,236); }
H1.HeaderClassName
{
color: #D5F2EC;
}
.AnyTagClassName
{
color: #D5F2EC;
}
</style>
background-color css
<style>
a { background-color: #D5F2EC; }
a { background-color: rgb(213,242,236); }
div.DivClassName
{
background-color: #D5F2EC;
}
.BgClassName
{
background-color: #D5F2EC;
}
</style>
border-color css
<style>
span { border-color: #D5F2EC; }
span { border-color: rgb(213,242,236); }
td.TdClassName
{
border-color: #D5F2EC;
}
.TagClassName
{
border-color: #D5F2EC;
}
</style>