Shades of Light Cyan #DCF6F4
Tints of Light Cyan #DCF6F4
RGB
CMYK
RGB Variations
Color information
#DCF6F4 (or 0xDCF6F4) is known color: Light Cyan. HEX triplet: DC, F6 and F4. RGB value is (220,246,244). Sum of RGB (Red+Green+Blue) = 220+246+244=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 244 (95.70% from 255 or 34.37% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6F4 is #23090B. Grayscale: #EDEDED. Windows color (decimal): -2296076 or 16053980. OLE color: 16053980.
HSL color Cylindrical-coordinate representation of color #DCF6F4: hue angle of 175.38º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6F4 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 244 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.04 |
| HSL | 175.38º | 0.59% | 0.91% | - |
| HSV(B) | 175.38º | 0.11% | 0.96% | - |
| XYZ | 78.8 | 87.66 | 98.35 | - |
| YUV | 238 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 244 | 0.11 | 0 | 0.01 | 0.04 | 175.38 | 0.59 | 0.91 |
| Hex | DC | F6 | F4 | B | 0 | 1 | 4 | AF | 3B | 5B |
| Octal | 334 | 366 | 364 | 13 | 0 | 1 | 4 | 257 | 73 | 133 |
| Binary | 11011100 | 11110110 | 11110100 | 1011 | 0 | 1 | 100 | 10101111 | 111011 | 1011011 |
Color Harmonies of #DCF6F4
Complementary color
Monochromatic Colors of #DCF6F4
Black with #DCF6F4
Text Example
Text Example
White with #DCF6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6F4; }
p { color: rgb(220,246,244); }
H1.HeaderClassName
{
color: #DCF6F4;
}
.AnyTagClassName
{
color: #DCF6F4;
}
</style>
background-color css
<style>
a { background-color: #DCF6F4; }
a { background-color: rgb(220,246,244); }
div.DivClassName
{
background-color: #DCF6F4;
}
.BgClassName
{
background-color: #DCF6F4;
}
</style>
border-color css
<style>
span { border-color: #DCF6F4; }
span { border-color: rgb(220,246,244); }
td.TdClassName
{
border-color: #DCF6F4;
}
.TagClassName
{
border-color: #DCF6F4;
}
</style>