Shades of Tranquil #DCF0EE
Tints of Tranquil #DCF0EE
RGB
CMYK
RGB Variations
Color information
#DCF0EE (or 0xDCF0EE) is known color: Tranquil. HEX triplet: DC, F0 and EE. RGB value is (220,240,238). Sum of RGB (Red+Green+Blue) = 220+240+238=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0EE is #230F11. Grayscale: #E9E9E9. Windows color (decimal): -2297618 or 15659228. OLE color: 15659228.
HSL color Cylindrical-coordinate representation of color #DCF0EE: hue angle of 174º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0EE is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 238 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.06 |
| HSL | 174º | 0.4% | 0.9% | - |
| HSV(B) | 174º | 0.08% | 0.94% | - |
| XYZ | 76.11 | 83.71 | 93.04 | - |
| YUV | 233.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 238 | 0.08 | 0 | 0.01 | 0.06 | 174 | 0.4 | 0.9 |
| Hex | DC | F0 | EE | 8 | 0 | 1 | 6 | AE | 28 | 5A |
| Octal | 334 | 360 | 356 | 10 | 0 | 1 | 6 | 256 | 50 | 132 |
| Binary | 11011100 | 11110000 | 11101110 | 1000 | 0 | 1 | 110 | 10101110 | 101000 | 1011010 |
Color Harmonies of #DCF0EE
Complementary color
Monochromatic Colors of #DCF0EE
Black with #DCF0EE
Text Example
Text Example
White with #DCF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0EE; }
p { color: rgb(220,240,238); }
H1.HeaderClassName
{
color: #DCF0EE;
}
.AnyTagClassName
{
color: #DCF0EE;
}
</style>
background-color css
<style>
a { background-color: #DCF0EE; }
a { background-color: rgb(220,240,238); }
div.DivClassName
{
background-color: #DCF0EE;
}
.BgClassName
{
background-color: #DCF0EE;
}
</style>
border-color css
<style>
span { border-color: #DCF0EE; }
span { border-color: rgb(220,240,238); }
td.TdClassName
{
border-color: #DCF0EE;
}
.TagClassName
{
border-color: #DCF0EE;
}
</style>