Shades of Tranquil #DFF5F2
Tints of Tranquil #DFF5F2
RGB
CMYK
RGB Variations
Color information
#DFF5F2 (or 0xDFF5F2) is known color: Tranquil. HEX triplet: DF, F5 and F2. RGB value is (223,245,242). Sum of RGB (Red+Green+Blue) = 223+245+242=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5F2 is #200A0D. Grayscale: #EEEEEE. Windows color (decimal): -2099726 or 15922655. OLE color: 15922655.
HSL color Cylindrical-coordinate representation of color #DFF5F2: hue angle of 171.82º degrees, saturation: 0.52, 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 #DFF5F2 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 242 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.04 |
| HSL | 171.82º | 0.52% | 0.92% | - |
| HSV(B) | 171.82º | 0.09% | 0.96% | - |
| XYZ | 79.11 | 87.4 | 96.71 | - |
| YUV | 238.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 242 | 0.09 | 0 | 0.01 | 0.04 | 171.82 | 0.52 | 0.92 |
| Hex | DF | F5 | F2 | 9 | 0 | 1 | 4 | AC | 34 | 5C |
| Octal | 337 | 365 | 362 | 11 | 0 | 1 | 4 | 254 | 64 | 134 |
| Binary | 11011111 | 11110101 | 11110010 | 1001 | 0 | 1 | 100 | 10101100 | 110100 | 1011100 |
Color Harmonies of #DFF5F2
Complementary color
Monochromatic Colors of #DFF5F2
Black with #DFF5F2
Text Example
Text Example
White with #DFF5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5F2; }
p { color: rgb(223,245,242); }
H1.HeaderClassName
{
color: #DFF5F2;
}
.AnyTagClassName
{
color: #DFF5F2;
}
</style>
background-color css
<style>
a { background-color: #DFF5F2; }
a { background-color: rgb(223,245,242); }
div.DivClassName
{
background-color: #DFF5F2;
}
.BgClassName
{
background-color: #DFF5F2;
}
</style>
border-color css
<style>
span { border-color: #DFF5F2; }
span { border-color: rgb(223,245,242); }
td.TdClassName
{
border-color: #DFF5F2;
}
.TagClassName
{
border-color: #DFF5F2;
}
</style>