Shades of Light Cyan #DFFAF7
Tints of Light Cyan #DFFAF7
RGB
CMYK
RGB Variations
Color information
#DFFAF7 (or 0xDFFAF7) is known color: Light Cyan. HEX triplet: DF, FA and F7. RGB value is (223,250,247). Sum of RGB (Red+Green+Blue) = 223+250+247=720 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.97% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF7 is #200508. Grayscale: #F1F1F1. Windows color (decimal): -2098441 or 16251615. OLE color: 16251615.
HSL color Cylindrical-coordinate representation of color #DFFAF7: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAF7 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 250 | 247 | - |
CMYK | 0.11 | 0 | 0.01 | 0.02 |
HSL | 173.33º | 0.73% | 0.93% | - |
HSV(B) | 173.33º | 0.11% | 0.98% | - |
XYZ | 81.41 | 90.77 | 101.23 | - |
YUV | 241.59 | 131.05 | 114.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 250 | 247 | 0.11 | 0 | 0.01 | 0.02 | 173.33 | 0.73 | 0.93 |
Hex | DF | FA | F7 | B | 0 | 1 | 2 | AD | 49 | 5D |
Octal | 337 | 372 | 367 | 13 | 0 | 1 | 2 | 255 | 111 | 135 |
Binary | 11011111 | 11111010 | 11110111 | 1011 | 0 | 1 | 10 | 10101101 | 1001001 | 1011101 |
Color Harmonies of #DFFAF7
Complementary color
Monochromatic Colors of #DFFAF7
Black with #DFFAF7
Text Example
Text Example
White with #DFFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAF7; }
p { color: rgb(223,250,247); }
H1.HeaderClassName
{
color: #DFFAF7;
}
.AnyTagClassName
{
color: #DFFAF7;
}
</style>
background-color css
<style>
a { background-color: #DFFAF7; }
a { background-color: rgb(223,250,247); }
div.DivClassName
{
background-color: #DFFAF7;
}
.BgClassName
{
background-color: #DFFAF7;
}
</style>
border-color css
<style>
span { border-color: #DFFAF7; }
span { border-color: rgb(223,250,247); }
td.TdClassName
{
border-color: #DFFAF7;
}
.TagClassName
{
border-color: #DFFAF7;
}
</style>