Shades of Light Cyan #DCFEF8
Tints of Light Cyan #DCFEF8
RGB
CMYK
RGB Variations
Color information
#DCFEF8 (or 0xDCFEF8) is known color: Light Cyan. HEX triplet: DC, FE and F8. RGB value is (220,254,248). Sum of RGB (Red+Green+Blue) = 220+254+248=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF8 is #230107. Grayscale: #F3F3F3. Windows color (decimal): -2294024 or 16318172. OLE color: 16318172.
HSL color Cylindrical-coordinate representation of color #DCFEF8: hue angle of 169.41º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEF8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 248 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.00 |
| HSL | 169.41º | 0.94% | 0.93% | - |
| HSV(B) | 169.41º | 0.13% | 1% | - |
| XYZ | 81.9 | 92.88 | 102.42 | - |
| YUV | 243.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 248 | 0.13 | 0 | 0.02 | 0.00 | 169.41 | 0.94 | 0.93 |
| Hex | DC | FE | F8 | D | 0 | 2 | 0 | A9 | 5E | 5D |
| Octal | 334 | 376 | 370 | 15 | 0 | 2 | 0 | 251 | 136 | 135 |
| Binary | 11011100 | 11111110 | 11111000 | 1101 | 0 | 10 | 0 | 10101001 | 1011110 | 1011101 |
Color Harmonies of #DCFEF8
Complementary color
Monochromatic Colors of #DCFEF8
Black with #DCFEF8
Text Example
Text Example
White with #DCFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEF8; }
p { color: rgb(220,254,248); }
H1.HeaderClassName
{
color: #DCFEF8;
}
.AnyTagClassName
{
color: #DCFEF8;
}
</style>
background-color css
<style>
a { background-color: #DCFEF8; }
a { background-color: rgb(220,254,248); }
div.DivClassName
{
background-color: #DCFEF8;
}
.BgClassName
{
background-color: #DCFEF8;
}
</style>
border-color css
<style>
span { border-color: #DCFEF8; }
span { border-color: rgb(220,254,248); }
td.TdClassName
{
border-color: #DCFEF8;
}
.TagClassName
{
border-color: #DCFEF8;
}
</style>