Shades of Light Cyan #DCFAF6
Tints of Light Cyan #DCFAF6
RGB
CMYK
RGB Variations
Color information
#DCFAF6 (or 0xDCFAF6) is known color: Light Cyan. HEX triplet: DC, FA and F6. RGB value is (220,250,246). Sum of RGB (Red+Green+Blue) = 220+250+246=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF6 is #230509. Grayscale: #F0F0F0. Windows color (decimal): -2295050 or 16186076. OLE color: 16186076.
HSL color Cylindrical-coordinate representation of color #DCFAF6: hue angle of 172º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAF6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 246 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.02 |
| HSL | 172º | 0.75% | 0.92% | - |
| HSV(B) | 172º | 0.12% | 0.98% | - |
| XYZ | 80.34 | 90.24 | 100.37 | - |
| YUV | 240.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 246 | 0.12 | 0 | 0.02 | 0.02 | 172 | 0.75 | 0.92 |
| Hex | DC | FA | F6 | C | 0 | 2 | 2 | AC | 4B | 5C |
| Octal | 334 | 372 | 366 | 14 | 0 | 2 | 2 | 254 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11110110 | 1100 | 0 | 10 | 10 | 10101100 | 1001011 | 1011100 |
Color Harmonies of #DCFAF6
Complementary color
Monochromatic Colors of #DCFAF6
Black with #DCFAF6
Text Example
Text Example
White with #DCFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAF6; }
p { color: rgb(220,250,246); }
H1.HeaderClassName
{
color: #DCFAF6;
}
.AnyTagClassName
{
color: #DCFAF6;
}
</style>
background-color css
<style>
a { background-color: #DCFAF6; }
a { background-color: rgb(220,250,246); }
div.DivClassName
{
background-color: #DCFAF6;
}
.BgClassName
{
background-color: #DCFAF6;
}
</style>
border-color css
<style>
span { border-color: #DCFAF6; }
span { border-color: rgb(220,250,246); }
td.TdClassName
{
border-color: #DCFAF6;
}
.TagClassName
{
border-color: #DCFAF6;
}
</style>