Shades of Light Cyan #DFFFFC
Tints of Light Cyan #DFFFFC
RGB
CMYK
RGB Variations
Color information
#DFFFFC (or 0xDFFFFC) is known color: Light Cyan. HEX triplet: DF, FF and FC. RGB value is (223,255,252). Sum of RGB (Red+Green+Blue) = 223+255+252=730 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.55% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFC is #200003. Grayscale: #F5F5F5. Windows color (decimal): -2097156 or 16580575. OLE color: 16580575.
HSL color Cylindrical-coordinate representation of color #DFFFFC: hue angle of 174.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFFC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 252 | - |
| CMYK | 0.13 | 0 | 0.01 | 0 |
| HSL | 174.38º | 1% | 0.94% | - |
| HSV(B) | 174.38º | 0.13% | 1% | - |
| XYZ | 83.76 | 94.24 | 105.87 | - |
| YUV | 245.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 252 | 0.13 | 0 | 0.01 | 0 | 174.38 | 1 | 0.94 |
| Hex | DF | FF | FC | D | 0 | 1 | 0 | AE | 64 | 5E |
| Octal | 337 | 377 | 374 | 15 | 0 | 1 | 0 | 256 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11111100 | 1101 | 0 | 1 | 0 | 10101110 | 1100100 | 1011110 |
Color Harmonies of #DFFFFC
Complementary color
Monochromatic Colors of #DFFFFC
Black with #DFFFFC
Text Example
Text Example
White with #DFFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFFC; }
p { color: rgb(223,255,252); }
H1.HeaderClassName
{
color: #DFFFFC;
}
.AnyTagClassName
{
color: #DFFFFC;
}
</style>
background-color css
<style>
a { background-color: #DFFFFC; }
a { background-color: rgb(223,255,252); }
div.DivClassName
{
background-color: #DFFFFC;
}
.BgClassName
{
background-color: #DFFFFC;
}
</style>
border-color css
<style>
span { border-color: #DFFFFC; }
span { border-color: rgb(223,255,252); }
td.TdClassName
{
border-color: #DFFFFC;
}
.TagClassName
{
border-color: #DFFFFC;
}
</style>