Shades of Light Cyan #DEFFFE
Tints of Light Cyan #DEFFFE
RGB
CMYK
RGB Variations
Color information
#DEFFFE (or 0xDEFFFE) is known color: Light Cyan. HEX triplet: DE, FF and FE. RGB value is (222,255,254). Sum of RGB (Red+Green+Blue) = 222+255+254=731 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.37% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFE is #210001. Grayscale: #F4F4F4. Windows color (decimal): -2162690 or 16711646. OLE color: 16711646.
HSL color Cylindrical-coordinate representation of color #DEFFFE: hue angle of 178.18º 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 #DEFFFE is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 254 | - |
| CMYK | 0.13 | 0 | 0.00 | 0 |
| HSL | 178.18º | 1% | 0.94% | - |
| HSV(B) | 178.18º | 0.13% | 1% | - |
| XYZ | 83.77 | 94.21 | 107.53 | - |
| YUV | 245.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 254 | 0.13 | 0 | 0.00 | 0 | 178.18 | 1 | 0.94 |
| Hex | DE | FF | FE | D | 0 | 0 | 0 | B2 | 64 | 5E |
| Octal | 336 | 377 | 376 | 15 | 0 | 0 | 0 | 262 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11111110 | 1101 | 0 | 0 | 0 | 10110010 | 1100100 | 1011110 |
Color Harmonies of #DEFFFE
Complementary color
Monochromatic Colors of #DEFFFE
Black with #DEFFFE
Text Example
Text Example
White with #DEFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFFE; }
p { color: rgb(222,255,254); }
H1.HeaderClassName
{
color: #DEFFFE;
}
.AnyTagClassName
{
color: #DEFFFE;
}
</style>
background-color css
<style>
a { background-color: #DEFFFE; }
a { background-color: rgb(222,255,254); }
div.DivClassName
{
background-color: #DEFFFE;
}
.BgClassName
{
background-color: #DEFFFE;
}
</style>
border-color css
<style>
span { border-color: #DEFFFE; }
span { border-color: rgb(222,255,254); }
td.TdClassName
{
border-color: #DEFFFE;
}
.TagClassName
{
border-color: #DEFFFE;
}
</style>