Shades of Tranquil #D9F2ED
Tints of Tranquil #D9F2ED
RGB
CMYK
RGB Variations
Color information
#D9F2ED (or 0xD9F2ED) is known color: Tranquil. HEX triplet: D9, F2 and ED. RGB value is (217,242,237). Sum of RGB (Red+Green+Blue) = 217+242+237=696 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.18% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2ED is #260D12. Grayscale: #E9E9E9. Windows color (decimal): -2493715 or 15594201. OLE color: 15594201.
HSL color Cylindrical-coordinate representation of color #D9F2ED: hue angle of 168º 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 #D9F2ED is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 237 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.05 |
| HSL | 168º | 0.49% | 0.9% | - |
| HSV(B) | 168º | 0.1% | 0.95% | - |
| XYZ | 75.65 | 84.37 | 92.42 | - |
| YUV | 233.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 237 | 0.10 | 0 | 0.02 | 0.05 | 168 | 0.49 | 0.9 |
| Hex | D9 | F2 | ED | A | 0 | 2 | 5 | A8 | 31 | 5A |
| Octal | 331 | 362 | 355 | 12 | 0 | 2 | 5 | 250 | 61 | 132 |
| Binary | 11011001 | 11110010 | 11101101 | 1010 | 0 | 10 | 101 | 10101000 | 110001 | 1011010 |
Color Harmonies of #D9F2ED
Complementary color
Monochromatic Colors of #D9F2ED
Black with #D9F2ED
Text Example
Text Example
White with #D9F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2ED; }
p { color: rgb(217,242,237); }
H1.HeaderClassName
{
color: #D9F2ED;
}
.AnyTagClassName
{
color: #D9F2ED;
}
</style>
background-color css
<style>
a { background-color: #D9F2ED; }
a { background-color: rgb(217,242,237); }
div.DivClassName
{
background-color: #D9F2ED;
}
.BgClassName
{
background-color: #D9F2ED;
}
</style>
border-color css
<style>
span { border-color: #D9F2ED; }
span { border-color: rgb(217,242,237); }
td.TdClassName
{
border-color: #D9F2ED;
}
.TagClassName
{
border-color: #D9F2ED;
}
</style>