Shades of Tranquil #DCF2EF
Tints of Tranquil #DCF2EF
RGB
CMYK
RGB Variations
Color information
#DCF2EF (or 0xDCF2EF) is known color: Tranquil. HEX triplet: DC, F2 and EF. RGB value is (220,242,239). Sum of RGB (Red+Green+Blue) = 220+242+239=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2EF is #230D10. Grayscale: #EBEBEB. Windows color (decimal): -2297105 or 15725276. OLE color: 15725276.
HSL color Cylindrical-coordinate representation of color #DCF2EF: hue angle of 171.82º 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 #DCF2EF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 239 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.05 |
| HSL | 171.82º | 0.46% | 0.91% | - |
| HSV(B) | 171.82º | 0.09% | 0.95% | - |
| XYZ | 76.85 | 84.95 | 94.01 | - |
| YUV | 235.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 239 | 0.09 | 0 | 0.01 | 0.05 | 171.82 | 0.46 | 0.91 |
| Hex | DC | F2 | EF | 9 | 0 | 1 | 5 | AC | 2E | 5B |
| Octal | 334 | 362 | 357 | 11 | 0 | 1 | 5 | 254 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11101111 | 1001 | 0 | 1 | 101 | 10101100 | 101110 | 1011011 |
Color Harmonies of #DCF2EF
Complementary color
Monochromatic Colors of #DCF2EF
Black with #DCF2EF
Text Example
Text Example
White with #DCF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2EF; }
p { color: rgb(220,242,239); }
H1.HeaderClassName
{
color: #DCF2EF;
}
.AnyTagClassName
{
color: #DCF2EF;
}
</style>
background-color css
<style>
a { background-color: #DCF2EF; }
a { background-color: rgb(220,242,239); }
div.DivClassName
{
background-color: #DCF2EF;
}
.BgClassName
{
background-color: #DCF2EF;
}
</style>
border-color css
<style>
span { border-color: #DCF2EF; }
span { border-color: rgb(220,242,239); }
td.TdClassName
{
border-color: #DCF2EF;
}
.TagClassName
{
border-color: #DCF2EF;
}
</style>