Shades of Light Cyan #DCFFFE
Tints of Light Cyan #DCFFFE
RGB
CMYK
RGB Variations
Color information
#DCFFFE (or 0xDCFFFE) is known color: Light Cyan. HEX triplet: DC, FF and FE. RGB value is (220,255,254). Sum of RGB (Red+Green+Blue) = 220+255+254=729 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.18% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFFE is #230001. Grayscale: #F4F4F4. Windows color (decimal): -2293762 or 16711644. OLE color: 16711644.
HSL color Cylindrical-coordinate representation of color #DCFFFE: hue angle of 178.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 #DCFFFE is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 254 | - |
| CMYK | 0.14 | 0 | 0.00 | 0 |
| HSL | 178.29º | 1% | 0.93% | - |
| HSV(B) | 178.29º | 0.14% | 1% | - |
| XYZ | 83.16 | 93.89 | 107.51 | - |
| YUV | 244.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 254 | 0.14 | 0 | 0.00 | 0 | 178.29 | 1 | 0.93 |
| Hex | DC | FF | FE | E | 0 | 0 | 0 | B2 | 64 | 5D |
| Octal | 334 | 377 | 376 | 16 | 0 | 0 | 0 | 262 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11111110 | 1110 | 0 | 0 | 0 | 10110010 | 1100100 | 1011101 |
Color Harmonies of #DCFFFE
Complementary color
Monochromatic Colors of #DCFFFE
Black with #DCFFFE
Text Example
Text Example
White with #DCFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFFE; }
p { color: rgb(220,255,254); }
H1.HeaderClassName
{
color: #DCFFFE;
}
.AnyTagClassName
{
color: #DCFFFE;
}
</style>
background-color css
<style>
a { background-color: #DCFFFE; }
a { background-color: rgb(220,255,254); }
div.DivClassName
{
background-color: #DCFFFE;
}
.BgClassName
{
background-color: #DCFFFE;
}
</style>
border-color css
<style>
span { border-color: #DCFFFE; }
span { border-color: rgb(220,255,254); }
td.TdClassName
{
border-color: #DCFFFE;
}
.TagClassName
{
border-color: #DCFFFE;
}
</style>