Shades of Light Cyan #DEFEFC
Tints of Light Cyan #DEFEFC
RGB
CMYK
RGB Variations
Color information
#DEFEFC (or 0xDEFEFC) is known color: Light Cyan. HEX triplet: DE, FE and FC. RGB value is (222,254,252). Sum of RGB (Red+Green+Blue) = 222+254+252=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFC is #210103. Grayscale: #F4F4F4. Windows color (decimal): -2162948 or 16580318. OLE color: 16580318.
HSL color Cylindrical-coordinate representation of color #DEFEFC: hue angle of 176.25º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEFC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 252 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.00 |
| HSL | 176.25º | 0.94% | 0.93% | - |
| HSV(B) | 176.25º | 0.13% | 1% | - |
| XYZ | 83.14 | 93.44 | 105.75 | - |
| YUV | 244.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 252 | 0.13 | 0 | 0.01 | 0.00 | 176.25 | 0.94 | 0.93 |
| Hex | DE | FE | FC | D | 0 | 1 | 0 | B0 | 5E | 5D |
| Octal | 336 | 376 | 374 | 15 | 0 | 1 | 0 | 260 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11111100 | 1101 | 0 | 1 | 0 | 10110000 | 1011110 | 1011101 |
Color Harmonies of #DEFEFC
Complementary color
Monochromatic Colors of #DEFEFC
Black with #DEFEFC
Text Example
Text Example
White with #DEFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEFC; }
p { color: rgb(222,254,252); }
H1.HeaderClassName
{
color: #DEFEFC;
}
.AnyTagClassName
{
color: #DEFEFC;
}
</style>
background-color css
<style>
a { background-color: #DEFEFC; }
a { background-color: rgb(222,254,252); }
div.DivClassName
{
background-color: #DEFEFC;
}
.BgClassName
{
background-color: #DEFEFC;
}
</style>
border-color css
<style>
span { border-color: #DEFEFC; }
span { border-color: rgb(222,254,252); }
td.TdClassName
{
border-color: #DEFEFC;
}
.TagClassName
{
border-color: #DEFEFC;
}
</style>