Shades of Light Cyan #DFFFFA
Tints of Light Cyan #DFFFFA
RGB
CMYK
RGB Variations
Color information
#DFFFFA (or 0xDFFFFA) is known color: Light Cyan. HEX triplet: DF, FF and FA. RGB value is (223,255,250). Sum of RGB (Red+Green+Blue) = 223+255+250=728 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.63% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFA is #200005. Grayscale: #F4F4F4. Windows color (decimal): -2097158 or 16449503. OLE color: 16449503.
HSL color Cylindrical-coordinate representation of color #DFFFFA: hue angle of 170.62º 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 #DFFFFA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 255 | 250 | - |
CMYK | 0.13 | 0 | 0.02 | 0 |
HSL | 170.63º | 1% | 0.94% | - |
HSV(B) | 170.63º | 0.13% | 1% | - |
XYZ | 83.45 | 94.11 | 104.21 | - |
YUV | 244.86 | 130.9 | 112.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 255 | 250 | 0.13 | 0 | 0.02 | 0 | 170.63 | 1 | 0.94 |
Hex | DF | FF | FA | D | 0 | 2 | 0 | AB | 64 | 5E |
Octal | 337 | 377 | 372 | 15 | 0 | 2 | 0 | 253 | 144 | 136 |
Binary | 11011111 | 11111111 | 11111010 | 1101 | 0 | 10 | 0 | 10101011 | 1100100 | 1011110 |
Color Harmonies of #DFFFFA
Complementary color
Monochromatic Colors of #DFFFFA
Black with #DFFFFA
Text Example
Text Example
White with #DFFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFFA; }
p { color: rgb(223,255,250); }
H1.HeaderClassName
{
color: #DFFFFA;
}
.AnyTagClassName
{
color: #DFFFFA;
}
</style>
background-color css
<style>
a { background-color: #DFFFFA; }
a { background-color: rgb(223,255,250); }
div.DivClassName
{
background-color: #DFFFFA;
}
.BgClassName
{
background-color: #DFFFFA;
}
</style>
border-color css
<style>
span { border-color: #DFFFFA; }
span { border-color: rgb(223,255,250); }
td.TdClassName
{
border-color: #DFFFFA;
}
.TagClassName
{
border-color: #DFFFFA;
}
</style>