Shades of Tranquil #D2F5ED
Tints of Tranquil #D2F5ED
RGB
CMYK
RGB Variations
Color information
#D2F5ED (or 0xD2F5ED) is known color: Tranquil. HEX triplet: D2, F5 and ED. RGB value is (210,245,237). Sum of RGB (Red+Green+Blue) = 210+245+237=692 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.35% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F5ED is #2D0A12. Grayscale: #E9E9E9. Windows color (decimal): -2951699 or 15594962. OLE color: 15594962.
HSL color Cylindrical-coordinate representation of color #D2F5ED: hue angle of 166.29º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F5ED is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 237 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.04 |
| HSL | 166.29º | 0.64% | 0.89% | - |
| HSV(B) | 166.29º | 0.14% | 0.96% | - |
| XYZ | 74.52 | 85.12 | 92.62 | - |
| YUV | 233.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 237 | 0.14 | 0 | 0.03 | 0.04 | 166.29 | 0.64 | 0.89 |
| Hex | D2 | F5 | ED | E | 0 | 3 | 4 | A6 | 40 | 59 |
| Octal | 322 | 365 | 355 | 16 | 0 | 3 | 4 | 246 | 100 | 131 |
| Binary | 11010010 | 11110101 | 11101101 | 1110 | 0 | 11 | 100 | 10100110 | 1000000 | 1011001 |
Color Harmonies of #D2F5ED
Complementary color
Monochromatic Colors of #D2F5ED
Black with #D2F5ED
Text Example
Text Example
White with #D2F5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F5ED; }
p { color: rgb(210,245,237); }
H1.HeaderClassName
{
color: #D2F5ED;
}
.AnyTagClassName
{
color: #D2F5ED;
}
</style>
background-color css
<style>
a { background-color: #D2F5ED; }
a { background-color: rgb(210,245,237); }
div.DivClassName
{
background-color: #D2F5ED;
}
.BgClassName
{
background-color: #D2F5ED;
}
</style>
border-color css
<style>
span { border-color: #D2F5ED; }
span { border-color: rgb(210,245,237); }
td.TdClassName
{
border-color: #D2F5ED;
}
.TagClassName
{
border-color: #D2F5ED;
}
</style>