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