Shades of Light Cyan #DFFEFD
Tints of Light Cyan #DFFEFD
RGB
CMYK
RGB Variations
Color information
#DFFEFD (or 0xDFFEFD) is known color: Light Cyan. HEX triplet: DF, FE and FD. RGB value is (223,254,253). Sum of RGB (Red+Green+Blue) = 223+254+253=730 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.55% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEFD is #200102. Grayscale: #F4F4F4. Windows color (decimal): -2097411 or 16645855. OLE color: 16645855.
HSL color Cylindrical-coordinate representation of color #DFFEFD: hue angle of 178.06º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFEFD is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 253 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.00 |
| HSL | 178.06º | 0.94% | 0.94% | - |
| HSV(B) | 178.06º | 0.12% | 1% | - |
| XYZ | 83.6 | 93.66 | 106.6 | - |
| YUV | 244.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 253 | 0.12 | 0 | 0.00 | 0.00 | 178.06 | 0.94 | 0.94 |
| Hex | DF | FE | FD | C | 0 | 0 | 0 | B2 | 5E | 5E |
| Octal | 337 | 376 | 375 | 14 | 0 | 0 | 0 | 262 | 136 | 136 |
| Binary | 11011111 | 11111110 | 11111101 | 1100 | 0 | 0 | 0 | 10110010 | 1011110 | 1011110 |
Color Harmonies of #DFFEFD
Complementary color
Monochromatic Colors of #DFFEFD
Black with #DFFEFD
Text Example
Text Example
White with #DFFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEFD; }
p { color: rgb(223,254,253); }
H1.HeaderClassName
{
color: #DFFEFD;
}
.AnyTagClassName
{
color: #DFFEFD;
}
</style>
background-color css
<style>
a { background-color: #DFFEFD; }
a { background-color: rgb(223,254,253); }
div.DivClassName
{
background-color: #DFFEFD;
}
.BgClassName
{
background-color: #DFFEFD;
}
</style>
border-color css
<style>
span { border-color: #DFFEFD; }
span { border-color: rgb(223,254,253); }
td.TdClassName
{
border-color: #DFFEFD;
}
.TagClassName
{
border-color: #DFFEFD;
}
</style>