Shades of Light Cyan #DEFFFF
Tints of Light Cyan #DEFFFF
RGB
CMYK
RGB Variations
Color information
#DEFFFF (or 0xDEFFFF) is known color: Light Cyan. HEX triplet: DE, FF and FF. RGB value is (222,255,255). Sum of RGB (Red+Green+Blue) = 222+255+255=732 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.33% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #DEFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFF is #210000. Grayscale: #F5F5F5. Windows color (decimal): -2162689 or 16777182. OLE color: 16777182.
HSL color Cylindrical-coordinate representation of color #DEFFFF: hue angle of 180º 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 #DEFFFF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 255 | - |
| CMYK | 0.13 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.94% | - |
| HSV(B) | 180º | 0.13% | 1% | - |
| XYZ | 83.93 | 94.27 | 108.38 | - |
| YUV | 245.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 255 | 0.13 | 0 | 0 | 0 | 180 | 1 | 0.94 |
| Hex | DE | FF | FF | D | 0 | 0 | 0 | B4 | 64 | 5E |
| Octal | 336 | 377 | 377 | 15 | 0 | 0 | 0 | 264 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11111111 | 1101 | 0 | 0 | 0 | 10110100 | 1100100 | 1011110 |
Color Harmonies of #DEFFFF
Complementary color
Monochromatic Colors of #DEFFFF
Black with #DEFFFF
Text Example
Text Example
White with #DEFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFFF; }
p { color: rgb(222,255,255); }
H1.HeaderClassName
{
color: #DEFFFF;
}
.AnyTagClassName
{
color: #DEFFFF;
}
</style>
background-color css
<style>
a { background-color: #DEFFFF; }
a { background-color: rgb(222,255,255); }
div.DivClassName
{
background-color: #DEFFFF;
}
.BgClassName
{
background-color: #DEFFFF;
}
</style>
border-color css
<style>
span { border-color: #DEFFFF; }
span { border-color: rgb(222,255,255); }
td.TdClassName
{
border-color: #DEFFFF;
}
.TagClassName
{
border-color: #DEFFFF;
}
</style>