Shades of Light Cyan #DCFFFC
Tints of Light Cyan #DCFFFC
RGB
CMYK
RGB Variations
Color information
#DCFFFC (or 0xDCFFFC) is known color: Light Cyan. HEX triplet: DC, FF and FC. RGB value is (220,255,252). Sum of RGB (Red+Green+Blue) = 220+255+252=727 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.26% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFFC is #230003. Grayscale: #F4F4F4. Windows color (decimal): -2293764 or 16580572. OLE color: 16580572.
HSL color Cylindrical-coordinate representation of color #DCFFFC: hue angle of 174.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFFC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 252 | - |
| CMYK | 0.14 | 0 | 0.01 | 0 |
| HSL | 174.86º | 1% | 0.93% | - |
| HSV(B) | 174.86º | 0.14% | 1% | - |
| XYZ | 82.85 | 93.76 | 105.83 | - |
| YUV | 244.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 252 | 0.14 | 0 | 0.01 | 0 | 174.86 | 1 | 0.93 |
| Hex | DC | FF | FC | E | 0 | 1 | 0 | AF | 64 | 5D |
| Octal | 334 | 377 | 374 | 16 | 0 | 1 | 0 | 257 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11111100 | 1110 | 0 | 1 | 0 | 10101111 | 1100100 | 1011101 |
Color Harmonies of #DCFFFC
Complementary color
Monochromatic Colors of #DCFFFC
Black with #DCFFFC
Text Example
Text Example
White with #DCFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFFC; }
p { color: rgb(220,255,252); }
H1.HeaderClassName
{
color: #DCFFFC;
}
.AnyTagClassName
{
color: #DCFFFC;
}
</style>
background-color css
<style>
a { background-color: #DCFFFC; }
a { background-color: rgb(220,255,252); }
div.DivClassName
{
background-color: #DCFFFC;
}
.BgClassName
{
background-color: #DCFFFC;
}
</style>
border-color css
<style>
span { border-color: #DCFFFC; }
span { border-color: rgb(220,255,252); }
td.TdClassName
{
border-color: #DCFFFC;
}
.TagClassName
{
border-color: #DCFFFC;
}
</style>