Shades of Light Cyan #DEFDFC
Tints of Light Cyan #DEFDFC
RGB
CMYK
RGB Variations
Color information
#DEFDFC (or 0xDEFDFC) is known color: Light Cyan. HEX triplet: DE, FD and FC. RGB value is (222,253,252). Sum of RGB (Red+Green+Blue) = 222+253+252=727 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.54% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDFC is #210203. Grayscale: #F3F3F3. Windows color (decimal): -2163204 or 16580062. OLE color: 16580062.
HSL color Cylindrical-coordinate representation of color #DEFDFC: hue angle of 178.06º degrees, saturation: 0.89, 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 #DEFDFC is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 252 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.01 |
| HSL | 178.06º | 0.89% | 0.93% | - |
| HSV(B) | 178.06º | 0.12% | 0.99% | - |
| XYZ | 82.82 | 92.81 | 105.64 | - |
| YUV | 243.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 252 | 0.12 | 0 | 0.00 | 0.01 | 178.06 | 0.89 | 0.93 |
| Hex | DE | FD | FC | C | 0 | 0 | 1 | B2 | 59 | 5D |
| Octal | 336 | 375 | 374 | 14 | 0 | 0 | 1 | 262 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11111100 | 1100 | 0 | 0 | 1 | 10110010 | 1011001 | 1011101 |
Color Harmonies of #DEFDFC
Complementary color
Monochromatic Colors of #DEFDFC
Black with #DEFDFC
Text Example
Text Example
White with #DEFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDFC; }
p { color: rgb(222,253,252); }
H1.HeaderClassName
{
color: #DEFDFC;
}
.AnyTagClassName
{
color: #DEFDFC;
}
</style>
background-color css
<style>
a { background-color: #DEFDFC; }
a { background-color: rgb(222,253,252); }
div.DivClassName
{
background-color: #DEFDFC;
}
.BgClassName
{
background-color: #DEFDFC;
}
</style>
border-color css
<style>
span { border-color: #DEFDFC; }
span { border-color: rgb(222,253,252); }
td.TdClassName
{
border-color: #DEFDFC;
}
.TagClassName
{
border-color: #DEFDFC;
}
</style>