Shades of Light Cyan #DCFDFF
Tints of Light Cyan #DCFDFF
RGB
CMYK
RGB Variations
Color information
#DCFDFF (or 0xDCFDFF) is known color: Light Cyan. HEX triplet: DC, FD and FF. RGB value is (220,253,255). Sum of RGB (Red+Green+Blue) = 220+253+255=728 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.22% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDFF is #230200. Grayscale: #F3F3F3. Windows color (decimal): -2294273 or 16776668. OLE color: 16776668.
HSL color Cylindrical-coordinate representation of color #DCFDFF: hue angle of 183.43º 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 #DCFDFF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 253 | 255 | - |
| CMYK | 0.14 | 0.01 | 0 | 0 |
| HSL | 183.43º | 1% | 0.93% | - |
| HSV(B) | 183.43º | 0.14% | 1% | - |
| XYZ | 82.69 | 92.69 | 108.14 | - |
| YUV | 243.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 255 | 0.14 | 0.01 | 0 | 0 | 183.43 | 1 | 0.93 |
| Hex | DC | FD | FF | E | 1 | 0 | 0 | B7 | 64 | 5D |
| Octal | 334 | 375 | 377 | 16 | 1 | 0 | 0 | 267 | 144 | 135 |
| Binary | 11011100 | 11111101 | 11111111 | 1110 | 1 | 0 | 0 | 10110111 | 1100100 | 1011101 |
Color Harmonies of #DCFDFF
Complementary color
Monochromatic Colors of #DCFDFF
Black with #DCFDFF
Text Example
Text Example
White with #DCFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDFF; }
p { color: rgb(220,253,255); }
H1.HeaderClassName
{
color: #DCFDFF;
}
.AnyTagClassName
{
color: #DCFDFF;
}
</style>
background-color css
<style>
a { background-color: #DCFDFF; }
a { background-color: rgb(220,253,255); }
div.DivClassName
{
background-color: #DCFDFF;
}
.BgClassName
{
background-color: #DCFDFF;
}
</style>
border-color css
<style>
span { border-color: #DCFDFF; }
span { border-color: rgb(220,253,255); }
td.TdClassName
{
border-color: #DCFDFF;
}
.TagClassName
{
border-color: #DCFDFF;
}
</style>