Shades of Tranquil #D7F0EA
Tints of Tranquil #D7F0EA
RGB
CMYK
RGB Variations
Color information
#D7F0EA (or 0xD7F0EA) is known color: Tranquil. HEX triplet: D7, F0 and EA. RGB value is (215,240,234). Sum of RGB (Red+Green+Blue) = 215+240+234=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F0EA is #280F15. Grayscale: #E7E7E7. Windows color (decimal): -2625302 or 15397079. OLE color: 15397079.
HSL color Cylindrical-coordinate representation of color #D7F0EA: hue angle of 165.6º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7F0EA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 234 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.06 |
| HSL | 165.6º | 0.45% | 0.89% | - |
| HSV(B) | 165.6º | 0.1% | 0.94% | - |
| XYZ | 74.04 | 82.71 | 89.9 | - |
| YUV | 231.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 234 | 0.10 | 0 | 0.02 | 0.06 | 165.6 | 0.45 | 0.89 |
| Hex | D7 | F0 | EA | A | 0 | 2 | 6 | A6 | 2D | 59 |
| Octal | 327 | 360 | 352 | 12 | 0 | 2 | 6 | 246 | 55 | 131 |
| Binary | 11010111 | 11110000 | 11101010 | 1010 | 0 | 10 | 110 | 10100110 | 101101 | 1011001 |
Color Harmonies of #D7F0EA
Complementary color
Monochromatic Colors of #D7F0EA
Black with #D7F0EA
Text Example
Text Example
White with #D7F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0EA; }
p { color: rgb(215,240,234); }
H1.HeaderClassName
{
color: #D7F0EA;
}
.AnyTagClassName
{
color: #D7F0EA;
}
</style>
background-color css
<style>
a { background-color: #D7F0EA; }
a { background-color: rgb(215,240,234); }
div.DivClassName
{
background-color: #D7F0EA;
}
.BgClassName
{
background-color: #D7F0EA;
}
</style>
border-color css
<style>
span { border-color: #D7F0EA; }
span { border-color: rgb(215,240,234); }
td.TdClassName
{
border-color: #D7F0EA;
}
.TagClassName
{
border-color: #D7F0EA;
}
</style>