Shades of Tranquil #DCF2F0
Tints of Tranquil #DCF2F0
RGB
CMYK
RGB Variations
Color information
#DCF2F0 (or 0xDCF2F0) is known color: Tranquil. HEX triplet: DC, F2 and F0. RGB value is (220,242,240). Sum of RGB (Red+Green+Blue) = 220+242+240=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2F0 is #230D0F. Grayscale: #EBEBEB. Windows color (decimal): -2297104 or 15790812. OLE color: 15790812.
HSL color Cylindrical-coordinate representation of color #DCF2F0: hue angle of 174.55º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2F0 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 240 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.05 |
| HSL | 174.55º | 0.46% | 0.91% | - |
| HSV(B) | 174.55º | 0.09% | 0.95% | - |
| XYZ | 77 | 85.01 | 94.79 | - |
| YUV | 235.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 240 | 0.09 | 0 | 0.01 | 0.05 | 174.55 | 0.46 | 0.91 |
| Hex | DC | F2 | F0 | 9 | 0 | 1 | 5 | AF | 2E | 5B |
| Octal | 334 | 362 | 360 | 11 | 0 | 1 | 5 | 257 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11110000 | 1001 | 0 | 1 | 101 | 10101111 | 101110 | 1011011 |
Color Harmonies of #DCF2F0
Complementary color
Monochromatic Colors of #DCF2F0
Black with #DCF2F0
Text Example
Text Example
White with #DCF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2F0; }
p { color: rgb(220,242,240); }
H1.HeaderClassName
{
color: #DCF2F0;
}
.AnyTagClassName
{
color: #DCF2F0;
}
</style>
background-color css
<style>
a { background-color: #DCF2F0; }
a { background-color: rgb(220,242,240); }
div.DivClassName
{
background-color: #DCF2F0;
}
.BgClassName
{
background-color: #DCF2F0;
}
</style>
border-color css
<style>
span { border-color: #DCF2F0; }
span { border-color: rgb(220,242,240); }
td.TdClassName
{
border-color: #DCF2F0;
}
.TagClassName
{
border-color: #DCF2F0;
}
</style>