Shades of Tranquil #D1FAF1
Tints of Tranquil #D1FAF1
RGB
CMYK
RGB Variations
Color information
#D1FAF1 (or 0xD1FAF1) is known color: Tranquil. HEX triplet: D1, FA and F1. RGB value is (209,250,241). Sum of RGB (Red+Green+Blue) = 209+250+241=700 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.86% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAF1 is #2E050E. Grayscale: #ECECEC. Windows color (decimal): -3015951 or 15858385. OLE color: 15858385.
HSL color Cylindrical-coordinate representation of color #D1FAF1: hue angle of 166.83º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAF1 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 241 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.02 |
| HSL | 166.83º | 0.8% | 0.9% | - |
| HSV(B) | 166.83º | 0.16% | 0.98% | - |
| XYZ | 76.36 | 88.28 | 96.23 | - |
| YUV | 236.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 241 | 0.16 | 0 | 0.04 | 0.02 | 166.83 | 0.8 | 0.9 |
| Hex | D1 | FA | F1 | 10 | 0 | 4 | 2 | A7 | 50 | 5A |
| Octal | 321 | 372 | 361 | 20 | 0 | 4 | 2 | 247 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11110001 | 10000 | 0 | 100 | 10 | 10100111 | 1010000 | 1011010 |
Color Harmonies of #D1FAF1
Complementary color
Monochromatic Colors of #D1FAF1
Black with #D1FAF1
Text Example
Text Example
White with #D1FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAF1; }
p { color: rgb(209,250,241); }
H1.HeaderClassName
{
color: #D1FAF1;
}
.AnyTagClassName
{
color: #D1FAF1;
}
</style>
background-color css
<style>
a { background-color: #D1FAF1; }
a { background-color: rgb(209,250,241); }
div.DivClassName
{
background-color: #D1FAF1;
}
.BgClassName
{
background-color: #D1FAF1;
}
</style>
border-color css
<style>
span { border-color: #D1FAF1; }
span { border-color: rgb(209,250,241); }
td.TdClassName
{
border-color: #D1FAF1;
}
.TagClassName
{
border-color: #D1FAF1;
}
</style>