Shades of Light Cyan #DCFAF7
Tints of Light Cyan #DCFAF7
RGB
CMYK
RGB Variations
Color information
#DCFAF7 (or 0xDCFAF7) is known color: Light Cyan. HEX triplet: DC, FA and F7. RGB value is (220,250,247). Sum of RGB (Red+Green+Blue) = 220+250+247=717 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.68% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF7 is #230508. Grayscale: #F0F0F0. Windows color (decimal): -2295049 or 16251612. OLE color: 16251612.
HSL color Cylindrical-coordinate representation of color #DCFAF7: hue angle of 174º 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 #DCFAF7 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 247 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.02 |
| HSL | 174º | 0.75% | 0.92% | - |
| HSV(B) | 174º | 0.12% | 0.98% | - |
| XYZ | 80.49 | 90.3 | 101.18 | - |
| YUV | 240.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 247 | 0.12 | 0 | 0.01 | 0.02 | 174 | 0.75 | 0.92 |
| Hex | DC | FA | F7 | C | 0 | 1 | 2 | AE | 4B | 5C |
| Octal | 334 | 372 | 367 | 14 | 0 | 1 | 2 | 256 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11110111 | 1100 | 0 | 1 | 10 | 10101110 | 1001011 | 1011100 |
Color Harmonies of #DCFAF7
Complementary color
Monochromatic Colors of #DCFAF7
Black with #DCFAF7
Text Example
Text Example
White with #DCFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAF7; }
p { color: rgb(220,250,247); }
H1.HeaderClassName
{
color: #DCFAF7;
}
.AnyTagClassName
{
color: #DCFAF7;
}
</style>
background-color css
<style>
a { background-color: #DCFAF7; }
a { background-color: rgb(220,250,247); }
div.DivClassName
{
background-color: #DCFAF7;
}
.BgClassName
{
background-color: #DCFAF7;
}
</style>
border-color css
<style>
span { border-color: #DCFAF7; }
span { border-color: rgb(220,250,247); }
td.TdClassName
{
border-color: #DCFAF7;
}
.TagClassName
{
border-color: #DCFAF7;
}
</style>