Shades of Tranquil #D5F4EC
Tints of Tranquil #D5F4EC
RGB
CMYK
RGB Variations
Color information
#D5F4EC (or 0xD5F4EC) is known color: Tranquil. HEX triplet: D5, F4 and EC. RGB value is (213,244,236). Sum of RGB (Red+Green+Blue) = 213+244+236=693 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.74% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F4EC is #2A0B13. Grayscale: #E9E9E9. Windows color (decimal): -2755348 or 15529173. OLE color: 15529173.
HSL color Cylindrical-coordinate representation of color #D5F4EC: hue angle of 164.52º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F4EC is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 244 | 236 | - |
CMYK | 0.13 | 0 | 0.03 | 0.04 |
HSL | 164.52º | 0.58% | 0.9% | - |
HSV(B) | 164.52º | 0.13% | 0.96% | - |
XYZ | 74.93 | 84.9 | 91.8 | - |
YUV | 233.82 | 129.23 | 113.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 244 | 236 | 0.13 | 0 | 0.03 | 0.04 | 164.52 | 0.58 | 0.9 |
Hex | D5 | F4 | EC | D | 0 | 3 | 4 | A5 | 3A | 5A |
Octal | 325 | 364 | 354 | 15 | 0 | 3 | 4 | 245 | 72 | 132 |
Binary | 11010101 | 11110100 | 11101100 | 1101 | 0 | 11 | 100 | 10100101 | 111010 | 1011010 |
Color Harmonies of #D5F4EC
Complementary color
Monochromatic Colors of #D5F4EC
Black with #D5F4EC
Text Example
Text Example
White with #D5F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4EC; }
p { color: rgb(213,244,236); }
H1.HeaderClassName
{
color: #D5F4EC;
}
.AnyTagClassName
{
color: #D5F4EC;
}
</style>
background-color css
<style>
a { background-color: #D5F4EC; }
a { background-color: rgb(213,244,236); }
div.DivClassName
{
background-color: #D5F4EC;
}
.BgClassName
{
background-color: #D5F4EC;
}
</style>
border-color css
<style>
span { border-color: #D5F4EC; }
span { border-color: rgb(213,244,236); }
td.TdClassName
{
border-color: #D5F4EC;
}
.TagClassName
{
border-color: #D5F4EC;
}
</style>