Shades of Tranquil #D5F6ED
Tints of Tranquil #D5F6ED
RGB
CMYK
RGB Variations
Color information
#D5F6ED (or 0xD5F6ED) is known color: Tranquil. HEX triplet: D5, F6 and ED. RGB value is (213,246,237). Sum of RGB (Red+Green+Blue) = 213+246+237=696 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.60% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F6ED is #2A0912. Grayscale: #EBEBEB. Windows color (decimal): -2754835 or 15595221. OLE color: 15595221.
HSL color Cylindrical-coordinate representation of color #D5F6ED: hue angle of 163.64º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F6ED is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 246 | 237 | - |
CMYK | 0.13 | 0 | 0.04 | 0.04 |
HSL | 163.64º | 0.65% | 0.9% | - |
HSV(B) | 163.64º | 0.13% | 0.96% | - |
XYZ | 75.68 | 86.17 | 92.76 | - |
YUV | 235.11 | 129.07 | 112.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 246 | 237 | 0.13 | 0 | 0.04 | 0.04 | 163.64 | 0.65 | 0.9 |
Hex | D5 | F6 | ED | D | 0 | 4 | 4 | A4 | 41 | 5A |
Octal | 325 | 366 | 355 | 15 | 0 | 4 | 4 | 244 | 101 | 132 |
Binary | 11010101 | 11110110 | 11101101 | 1101 | 0 | 100 | 100 | 10100100 | 1000001 | 1011010 |
Color Harmonies of #D5F6ED
Complementary color
Monochromatic Colors of #D5F6ED
Black with #D5F6ED
Text Example
Text Example
White with #D5F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F6ED; }
p { color: rgb(213,246,237); }
H1.HeaderClassName
{
color: #D5F6ED;
}
.AnyTagClassName
{
color: #D5F6ED;
}
</style>
background-color css
<style>
a { background-color: #D5F6ED; }
a { background-color: rgb(213,246,237); }
div.DivClassName
{
background-color: #D5F6ED;
}
.BgClassName
{
background-color: #D5F6ED;
}
</style>
border-color css
<style>
span { border-color: #D5F6ED; }
span { border-color: rgb(213,246,237); }
td.TdClassName
{
border-color: #D5F6ED;
}
.TagClassName
{
border-color: #D5F6ED;
}
</style>