Shades of Light Cyan #DFFFFD
Tints of Light Cyan #DFFFFD
RGB
CMYK
RGB Variations
Color information
#DFFFFD (or 0xDFFFFD) is known color: Light Cyan. HEX triplet: DF, FF and FD. RGB value is (223,255,253). Sum of RGB (Red+Green+Blue) = 223+255+253=731 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.51% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFD is #200002. Grayscale: #F5F5F5. Windows color (decimal): -2097155 or 16646111. OLE color: 16646111.
HSL color Cylindrical-coordinate representation of color #DFFFFD: hue angle of 176.25º 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 #DFFFFD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 255 | 253 | - |
CMYK | 0.13 | 0 | 0.01 | 0 |
HSL | 176.25º | 1% | 0.94% | - |
HSV(B) | 176.25º | 0.13% | 1% | - |
XYZ | 83.92 | 94.3 | 106.71 | - |
YUV | 245.2 | 132.4 | 112.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 255 | 253 | 0.13 | 0 | 0.01 | 0 | 176.25 | 1 | 0.94 |
Hex | DF | FF | FD | D | 0 | 1 | 0 | B0 | 64 | 5E |
Octal | 337 | 377 | 375 | 15 | 0 | 1 | 0 | 260 | 144 | 136 |
Binary | 11011111 | 11111111 | 11111101 | 1101 | 0 | 1 | 0 | 10110000 | 1100100 | 1011110 |
Color Harmonies of #DFFFFD
Complementary color
Monochromatic Colors of #DFFFFD
Black with #DFFFFD
Text Example
Text Example
White with #DFFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFFD; }
p { color: rgb(223,255,253); }
H1.HeaderClassName
{
color: #DFFFFD;
}
.AnyTagClassName
{
color: #DFFFFD;
}
</style>
background-color css
<style>
a { background-color: #DFFFFD; }
a { background-color: rgb(223,255,253); }
div.DivClassName
{
background-color: #DFFFFD;
}
.BgClassName
{
background-color: #DFFFFD;
}
</style>
border-color css
<style>
span { border-color: #DFFFFD; }
span { border-color: rgb(223,255,253); }
td.TdClassName
{
border-color: #DFFFFD;
}
.TagClassName
{
border-color: #DFFFFD;
}
</style>