Shades of Light Cyan #DCFFFF
Tints of Light Cyan #DCFFFF
RGB
CMYK
RGB Variations
Color information
#DCFFFF (or 0xDCFFFF) is known color: Light Cyan. HEX triplet: DC, FF and FF. RGB value is (220,255,255). Sum of RGB (Red+Green+Blue) = 220+255+255=730 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.14% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #DCFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFFF is #230000. Grayscale: #F4F4F4. Windows color (decimal): -2293761 or 16777180. OLE color: 16777180.
HSL color Cylindrical-coordinate representation of color #DCFFFF: hue angle of 180º 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 #DCFFFF is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 255 | - |
CMYK | 0.14 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.93% | - |
HSV(B) | 180º | 0.14% | 1% | - |
XYZ | 83.33 | 93.96 | 108.35 | - |
YUV | 244.54 | 133.9 | 110.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 255 | 0.14 | 0 | 0 | 0 | 180 | 1 | 0.93 |
Hex | DC | FF | FF | E | 0 | 0 | 0 | B4 | 64 | 5D |
Octal | 334 | 377 | 377 | 16 | 0 | 0 | 0 | 264 | 144 | 135 |
Binary | 11011100 | 11111111 | 11111111 | 1110 | 0 | 0 | 0 | 10110100 | 1100100 | 1011101 |
Color Harmonies of #DCFFFF
Complementary color
Monochromatic Colors of #DCFFFF
Black with #DCFFFF
Text Example
Text Example
White with #DCFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFFF; }
p { color: rgb(220,255,255); }
H1.HeaderClassName
{
color: #DCFFFF;
}
.AnyTagClassName
{
color: #DCFFFF;
}
</style>
background-color css
<style>
a { background-color: #DCFFFF; }
a { background-color: rgb(220,255,255); }
div.DivClassName
{
background-color: #DCFFFF;
}
.BgClassName
{
background-color: #DCFFFF;
}
</style>
border-color css
<style>
span { border-color: #DCFFFF; }
span { border-color: rgb(220,255,255); }
td.TdClassName
{
border-color: #DCFFFF;
}
.TagClassName
{
border-color: #DCFFFF;
}
</style>