Shades of Light Cyan #DFFEFC
Tints of Light Cyan #DFFEFC
RGB
CMYK
RGB Variations
Color information
#DFFEFC (or 0xDFFEFC) is known color: Light Cyan. HEX triplet: DF, FE and FC. RGB value is (223,254,252). Sum of RGB (Red+Green+Blue) = 223+254+252=729 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.59% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEFC is #200103. Grayscale: #F4F4F4. Windows color (decimal): -2097412 or 16580319. OLE color: 16580319.
HSL color Cylindrical-coordinate representation of color #DFFEFC: hue angle of 176.13º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFEFC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 252 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.00 |
| HSL | 176.13º | 0.94% | 0.94% | - |
| HSV(B) | 176.13º | 0.12% | 1% | - |
| XYZ | 83.44 | 93.6 | 105.76 | - |
| YUV | 244.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 252 | 0.12 | 0 | 0.01 | 0.00 | 176.13 | 0.94 | 0.94 |
| Hex | DF | FE | FC | C | 0 | 1 | 0 | B0 | 5E | 5E |
| Octal | 337 | 376 | 374 | 14 | 0 | 1 | 0 | 260 | 136 | 136 |
| Binary | 11011111 | 11111110 | 11111100 | 1100 | 0 | 1 | 0 | 10110000 | 1011110 | 1011110 |
Color Harmonies of #DFFEFC
Complementary color
Monochromatic Colors of #DFFEFC
Black with #DFFEFC
Text Example
Text Example
White with #DFFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEFC; }
p { color: rgb(223,254,252); }
H1.HeaderClassName
{
color: #DFFEFC;
}
.AnyTagClassName
{
color: #DFFEFC;
}
</style>
background-color css
<style>
a { background-color: #DFFEFC; }
a { background-color: rgb(223,254,252); }
div.DivClassName
{
background-color: #DFFEFC;
}
.BgClassName
{
background-color: #DFFEFC;
}
</style>
border-color css
<style>
span { border-color: #DFFEFC; }
span { border-color: rgb(223,254,252); }
td.TdClassName
{
border-color: #DFFEFC;
}
.TagClassName
{
border-color: #DFFEFC;
}
</style>