Shades of Light Cyan #DCFFF7
Tints of Light Cyan #DCFFF7
RGB
CMYK
RGB Variations
Color information
#DCFFF7 (or 0xDCFFF7) is known color: Light Cyan. HEX triplet: DC, FF and F7. RGB value is (220,255,247). Sum of RGB (Red+Green+Blue) = 220+255+247=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF7 is #230008. Grayscale: #F3F3F3. Windows color (decimal): -2293769 or 16252892. OLE color: 16252892.
HSL color Cylindrical-coordinate representation of color #DCFFF7: hue angle of 166.29º 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 #DCFFF7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 247 | - |
| CMYK | 0.14 | 0 | 0.03 | 0 |
| HSL | 166.29º | 1% | 0.93% | - |
| HSV(B) | 166.29º | 0.14% | 1% | - |
| XYZ | 82.06 | 93.45 | 101.71 | - |
| YUV | 243.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 247 | 0.14 | 0 | 0.03 | 0 | 166.29 | 1 | 0.93 |
| Hex | DC | FF | F7 | E | 0 | 3 | 0 | A6 | 64 | 5D |
| Octal | 334 | 377 | 367 | 16 | 0 | 3 | 0 | 246 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11110111 | 1110 | 0 | 11 | 0 | 10100110 | 1100100 | 1011101 |
Color Harmonies of #DCFFF7
Complementary color
Monochromatic Colors of #DCFFF7
Black with #DCFFF7
Text Example
Text Example
White with #DCFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFF7; }
p { color: rgb(220,255,247); }
H1.HeaderClassName
{
color: #DCFFF7;
}
.AnyTagClassName
{
color: #DCFFF7;
}
</style>
background-color css
<style>
a { background-color: #DCFFF7; }
a { background-color: rgb(220,255,247); }
div.DivClassName
{
background-color: #DCFFF7;
}
.BgClassName
{
background-color: #DCFFF7;
}
</style>
border-color css
<style>
span { border-color: #DCFFF7; }
span { border-color: rgb(220,255,247); }
td.TdClassName
{
border-color: #DCFFF7;
}
.TagClassName
{
border-color: #DCFFF7;
}
</style>