Shades of Tranquil #D9F0EB
Tints of Tranquil #D9F0EB
RGB
CMYK
RGB Variations
Color information
#D9F0EB (or 0xD9F0EB) is known color: Tranquil. HEX triplet: D9, F0 and EB. RGB value is (217,240,235). Sum of RGB (Red+Green+Blue) = 217+240+235=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0EB is #260F14. Grayscale: #E8E8E8. Windows color (decimal): -2494229 or 15462617. OLE color: 15462617.
HSL color Cylindrical-coordinate representation of color #D9F0EB: hue angle of 166.96º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0EB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 235 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.06 |
| HSL | 166.96º | 0.43% | 0.9% | - |
| HSV(B) | 166.96º | 0.1% | 0.94% | - |
| XYZ | 74.77 | 83.07 | 90.69 | - |
| YUV | 232.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 235 | 0.10 | 0 | 0.02 | 0.06 | 166.96 | 0.43 | 0.9 |
| Hex | D9 | F0 | EB | A | 0 | 2 | 6 | A7 | 2B | 5A |
| Octal | 331 | 360 | 353 | 12 | 0 | 2 | 6 | 247 | 53 | 132 |
| Binary | 11011001 | 11110000 | 11101011 | 1010 | 0 | 10 | 110 | 10100111 | 101011 | 1011010 |
Color Harmonies of #D9F0EB
Complementary color
Monochromatic Colors of #D9F0EB
Black with #D9F0EB
Text Example
Text Example
White with #D9F0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0EB; }
p { color: rgb(217,240,235); }
H1.HeaderClassName
{
color: #D9F0EB;
}
.AnyTagClassName
{
color: #D9F0EB;
}
</style>
background-color css
<style>
a { background-color: #D9F0EB; }
a { background-color: rgb(217,240,235); }
div.DivClassName
{
background-color: #D9F0EB;
}
.BgClassName
{
background-color: #D9F0EB;
}
</style>
border-color css
<style>
span { border-color: #D9F0EB; }
span { border-color: rgb(217,240,235); }
td.TdClassName
{
border-color: #D9F0EB;
}
.TagClassName
{
border-color: #D9F0EB;
}
</style>