Shades of Tranquil #D9F2EC
Tints of Tranquil #D9F2EC
RGB
CMYK
RGB Variations
Color information
#D9F2EC (or 0xD9F2EC) is known color: Tranquil. HEX triplet: D9, F2 and EC. RGB value is (217,242,236). Sum of RGB (Red+Green+Blue) = 217+242+236=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2EC is #260D13. Grayscale: #E9E9E9. Windows color (decimal): -2493716 or 15528665. OLE color: 15528665.
HSL color Cylindrical-coordinate representation of color #D9F2EC: hue angle of 165.6º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2EC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 242 | 236 | - |
CMYK | 0.10 | 0 | 0.02 | 0.05 |
HSL | 165.6º | 0.49% | 0.9% | - |
HSV(B) | 165.6º | 0.1% | 0.95% | - |
XYZ | 75.51 | 84.31 | 91.65 | - |
YUV | 233.84 | 129.22 | 115.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 242 | 236 | 0.10 | 0 | 0.02 | 0.05 | 165.6 | 0.49 | 0.9 |
Hex | D9 | F2 | EC | A | 0 | 2 | 5 | A6 | 31 | 5A |
Octal | 331 | 362 | 354 | 12 | 0 | 2 | 5 | 246 | 61 | 132 |
Binary | 11011001 | 11110010 | 11101100 | 1010 | 0 | 10 | 101 | 10100110 | 110001 | 1011010 |
Color Harmonies of #D9F2EC
Complementary color
Monochromatic Colors of #D9F2EC
Black with #D9F2EC
Text Example
Text Example
White with #D9F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2EC; }
p { color: rgb(217,242,236); }
H1.HeaderClassName
{
color: #D9F2EC;
}
.AnyTagClassName
{
color: #D9F2EC;
}
</style>
background-color css
<style>
a { background-color: #D9F2EC; }
a { background-color: rgb(217,242,236); }
div.DivClassName
{
background-color: #D9F2EC;
}
.BgClassName
{
background-color: #D9F2EC;
}
</style>
border-color css
<style>
span { border-color: #D9F2EC; }
span { border-color: rgb(217,242,236); }
td.TdClassName
{
border-color: #D9F2EC;
}
.TagClassName
{
border-color: #D9F2EC;
}
</style>