Shades of Tranquil #DFF4F0
Tints of Tranquil #DFF4F0
RGB
CMYK
RGB Variations
Color information
#DFF4F0 (or 0xDFF4F0) is known color: Tranquil. HEX triplet: DF, F4 and F0. RGB value is (223,244,240). Sum of RGB (Red+Green+Blue) = 223+244+240=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 244 (95.70% from 255 or 34.51% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF4F0 is #200B0F. Grayscale: #EDEDED. Windows color (decimal): -2099984 or 15791327. OLE color: 15791327.
HSL color Cylindrical-coordinate representation of color #DFF4F0: hue angle of 168.57º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFF4F0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 244 | 240 | - |
CMYK | 0.09 | 0 | 0.02 | 0.04 |
HSL | 168.57º | 0.49% | 0.92% | - |
HSV(B) | 168.57º | 0.09% | 0.96% | - |
XYZ | 78.51 | 86.68 | 95.03 | - |
YUV | 237.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 244 | 240 | 0.09 | 0 | 0.02 | 0.04 | 168.57 | 0.49 | 0.92 |
Hex | DF | F4 | F0 | 9 | 0 | 2 | 4 | A9 | 31 | 5C |
Octal | 337 | 364 | 360 | 11 | 0 | 2 | 4 | 251 | 61 | 134 |
Binary | 11011111 | 11110100 | 11110000 | 1001 | 0 | 10 | 100 | 10101001 | 110001 | 1011100 |
Color Harmonies of #DFF4F0
Complementary color
Monochromatic Colors of #DFF4F0
Black with #DFF4F0
Text Example
Text Example
White with #DFF4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF4F0; }
p { color: rgb(223,244,240); }
H1.HeaderClassName
{
color: #DFF4F0;
}
.AnyTagClassName
{
color: #DFF4F0;
}
</style>
background-color css
<style>
a { background-color: #DFF4F0; }
a { background-color: rgb(223,244,240); }
div.DivClassName
{
background-color: #DFF4F0;
}
.BgClassName
{
background-color: #DFF4F0;
}
</style>
border-color css
<style>
span { border-color: #DFF4F0; }
span { border-color: rgb(223,244,240); }
td.TdClassName
{
border-color: #DFF4F0;
}
.TagClassName
{
border-color: #DFF4F0;
}
</style>