Shades of Light Cyan #DCFCF6
Tints of Light Cyan #DCFCF6
RGB
CMYK
RGB Variations
Color information
#DCFCF6 (or 0xDCFCF6) is known color: Light Cyan. HEX triplet: DC, FC and F6. RGB value is (220,252,246). Sum of RGB (Red+Green+Blue) = 220+252+246=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF6 is #230309. Grayscale: #F1F1F1. Windows color (decimal): -2294538 or 16186588. OLE color: 16186588.
HSL color Cylindrical-coordinate representation of color #DCFCF6: hue angle of 168.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCF6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 246 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.01 |
| HSL | 168.75º | 0.84% | 0.93% | - |
| HSV(B) | 168.75º | 0.13% | 0.99% | - |
| XYZ | 80.96 | 91.49 | 100.58 | - |
| YUV | 241.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 246 | 0.13 | 0 | 0.02 | 0.01 | 168.75 | 0.84 | 0.93 |
| Hex | DC | FC | F6 | D | 0 | 2 | 1 | A9 | 54 | 5D |
| Octal | 334 | 374 | 366 | 15 | 0 | 2 | 1 | 251 | 124 | 135 |
| Binary | 11011100 | 11111100 | 11110110 | 1101 | 0 | 10 | 1 | 10101001 | 1010100 | 1011101 |
Color Harmonies of #DCFCF6
Complementary color
Monochromatic Colors of #DCFCF6
Black with #DCFCF6
Text Example
Text Example
White with #DCFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCF6; }
p { color: rgb(220,252,246); }
H1.HeaderClassName
{
color: #DCFCF6;
}
.AnyTagClassName
{
color: #DCFCF6;
}
</style>
background-color css
<style>
a { background-color: #DCFCF6; }
a { background-color: rgb(220,252,246); }
div.DivClassName
{
background-color: #DCFCF6;
}
.BgClassName
{
background-color: #DCFCF6;
}
</style>
border-color css
<style>
span { border-color: #DCFCF6; }
span { border-color: rgb(220,252,246); }
td.TdClassName
{
border-color: #DCFCF6;
}
.TagClassName
{
border-color: #DCFCF6;
}
</style>