Shades of Light Cyan #DFFDFB
Tints of Light Cyan #DFFDFB
RGB
CMYK
RGB Variations
Color information
#DFFDFB (or 0xDFFDFB) is known color: Light Cyan. HEX triplet: DF, FD and FB. RGB value is (223,253,251). Sum of RGB (Red+Green+Blue) = 223+253+251=727 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.67% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDFB is #200204. Grayscale: #F3F3F3. Windows color (decimal): -2097669 or 16514527. OLE color: 16514527.
HSL color Cylindrical-coordinate representation of color #DFFDFB: hue angle of 176º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDFB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 251 | - |
CMYK | 0.12 | 0 | 0.01 | 0.01 |
HSL | 176º | 0.88% | 0.93% | - |
HSV(B) | 176º | 0.12% | 0.99% | - |
XYZ | 82.97 | 92.9 | 104.83 | - |
YUV | 243.8 | 132.06 | 113.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 251 | 0.12 | 0 | 0.01 | 0.01 | 176 | 0.88 | 0.93 |
Hex | DF | FD | FB | C | 0 | 1 | 1 | B0 | 58 | 5D |
Octal | 337 | 375 | 373 | 14 | 0 | 1 | 1 | 260 | 130 | 135 |
Binary | 11011111 | 11111101 | 11111011 | 1100 | 0 | 1 | 1 | 10110000 | 1011000 | 1011101 |
Color Harmonies of #DFFDFB
Complementary color
Monochromatic Colors of #DFFDFB
Black with #DFFDFB
Text Example
Text Example
White with #DFFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDFB; }
p { color: rgb(223,253,251); }
H1.HeaderClassName
{
color: #DFFDFB;
}
.AnyTagClassName
{
color: #DFFDFB;
}
</style>
background-color css
<style>
a { background-color: #DFFDFB; }
a { background-color: rgb(223,253,251); }
div.DivClassName
{
background-color: #DFFDFB;
}
.BgClassName
{
background-color: #DFFDFB;
}
</style>
border-color css
<style>
span { border-color: #DFFDFB; }
span { border-color: rgb(223,253,251); }
td.TdClassName
{
border-color: #DFFDFB;
}
.TagClassName
{
border-color: #DFFDFB;
}
</style>