Shades of Light Cyan #DFFFFF
Tints of Light Cyan #DFFFFF
RGB
CMYK
RGB Variations
Color information
#DFFFFF (or 0xDFFFFF) is known color: Light Cyan. HEX triplet: DF, FF and FF. RGB value is (223,255,255). Sum of RGB (Red+Green+Blue) = 223+255+255=733 (97% of max value = 765). Red value is 223 (87.5% from 255 or 30.42% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #DFFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFF is #200000. Grayscale: #F5F5F5. Windows color (decimal): -2097153 or 16777183. OLE color: 16777183.
HSL color Cylindrical-coordinate representation of color #DFFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFFF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 255 | - |
| CMYK | 0.13 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.94% | - |
| HSV(B) | 180º | 0.13% | 1% | - |
| XYZ | 84.24 | 94.43 | 108.39 | - |
| YUV | 245.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 255 | 0.13 | 0 | 0 | 0 | 180 | 1 | 0.94 |
| Hex | DF | FF | FF | D | 0 | 0 | 0 | B4 | 64 | 5E |
| Octal | 337 | 377 | 377 | 15 | 0 | 0 | 0 | 264 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11111111 | 1101 | 0 | 0 | 0 | 10110100 | 1100100 | 1011110 |
Color Harmonies of #DFFFFF
Complementary color
Monochromatic Colors of #DFFFFF
Black with #DFFFFF
Text Example
Text Example
White with #DFFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFFF; }
p { color: rgb(223,255,255); }
H1.HeaderClassName
{
color: #DFFFFF;
}
.AnyTagClassName
{
color: #DFFFFF;
}
</style>
background-color css
<style>
a { background-color: #DFFFFF; }
a { background-color: rgb(223,255,255); }
div.DivClassName
{
background-color: #DFFFFF;
}
.BgClassName
{
background-color: #DFFFFF;
}
</style>
border-color css
<style>
span { border-color: #DFFFFF; }
span { border-color: rgb(223,255,255); }
td.TdClassName
{
border-color: #DFFFFF;
}
.TagClassName
{
border-color: #DFFFFF;
}
</style>