Shades of Tranquil #DFF3F0
Tints of Tranquil #DFF3F0
RGB
CMYK
RGB Variations
Color information
#DFF3F0 (or 0xDFF3F0) is known color: Tranquil. HEX triplet: DF, F3 and F0. RGB value is (223,243,240). Sum of RGB (Red+Green+Blue) = 223+243+240=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3F0 is #200C0F. Grayscale: #ECECEC. Windows color (decimal): -2100240 or 15791071. OLE color: 15791071.
HSL color Cylindrical-coordinate representation of color #DFF3F0: hue angle of 171º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3F0 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 240 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.05 |
| HSL | 171º | 0.45% | 0.91% | - |
| HSV(B) | 171º | 0.08% | 0.95% | - |
| XYZ | 78.21 | 86.08 | 94.93 | - |
| YUV | 236.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 240 | 0.08 | 0 | 0.01 | 0.05 | 171 | 0.45 | 0.91 |
| Hex | DF | F3 | F0 | 8 | 0 | 1 | 5 | AB | 2D | 5B |
| Octal | 337 | 363 | 360 | 10 | 0 | 1 | 5 | 253 | 55 | 133 |
| Binary | 11011111 | 11110011 | 11110000 | 1000 | 0 | 1 | 101 | 10101011 | 101101 | 1011011 |
Color Harmonies of #DFF3F0
Complementary color
Monochromatic Colors of #DFF3F0
Black with #DFF3F0
Text Example
Text Example
White with #DFF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3F0; }
p { color: rgb(223,243,240); }
H1.HeaderClassName
{
color: #DFF3F0;
}
.AnyTagClassName
{
color: #DFF3F0;
}
</style>
background-color css
<style>
a { background-color: #DFF3F0; }
a { background-color: rgb(223,243,240); }
div.DivClassName
{
background-color: #DFF3F0;
}
.BgClassName
{
background-color: #DFF3F0;
}
</style>
border-color css
<style>
span { border-color: #DFF3F0; }
span { border-color: rgb(223,243,240); }
td.TdClassName
{
border-color: #DFF3F0;
}
.TagClassName
{
border-color: #DFF3F0;
}
</style>