Shades of Tranquil #D5F0EA
Tints of Tranquil #D5F0EA
RGB
CMYK
RGB Variations
Color information
#D5F0EA (or 0xD5F0EA) is known color: Tranquil. HEX triplet: D5, F0 and EA. RGB value is (213,240,234). Sum of RGB (Red+Green+Blue) = 213+240+234=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0EA is #2A0F15. Grayscale: #E7E7E7. Windows color (decimal): -2756374 or 15397077. OLE color: 15397077.
HSL color Cylindrical-coordinate representation of color #D5F0EA: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5F0EA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 234 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.06 |
| HSL | 166.67º | 0.47% | 0.89% | - |
| HSV(B) | 166.67º | 0.11% | 0.94% | - |
| XYZ | 73.45 | 82.41 | 89.88 | - |
| YUV | 231.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 234 | 0.11 | 0 | 0.02 | 0.06 | 166.67 | 0.47 | 0.89 |
| Hex | D5 | F0 | EA | B | 0 | 2 | 6 | A7 | 2F | 59 |
| Octal | 325 | 360 | 352 | 13 | 0 | 2 | 6 | 247 | 57 | 131 |
| Binary | 11010101 | 11110000 | 11101010 | 1011 | 0 | 10 | 110 | 10100111 | 101111 | 1011001 |
Color Harmonies of #D5F0EA
Complementary color
Monochromatic Colors of #D5F0EA
Black with #D5F0EA
Text Example
Text Example
White with #D5F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0EA; }
p { color: rgb(213,240,234); }
H1.HeaderClassName
{
color: #D5F0EA;
}
.AnyTagClassName
{
color: #D5F0EA;
}
</style>
background-color css
<style>
a { background-color: #D5F0EA; }
a { background-color: rgb(213,240,234); }
div.DivClassName
{
background-color: #D5F0EA;
}
.BgClassName
{
background-color: #D5F0EA;
}
</style>
border-color css
<style>
span { border-color: #D5F0EA; }
span { border-color: rgb(213,240,234); }
td.TdClassName
{
border-color: #D5F0EA;
}
.TagClassName
{
border-color: #D5F0EA;
}
</style>