Shades of Light Cyan #DEFAFE
Tints of Light Cyan #DEFAFE
RGB
CMYK
RGB Variations
Color information
#DEFAFE (or 0xDEFAFE) is known color: Light Cyan. HEX triplet: DE, FA and FE. RGB value is (222,250,254). Sum of RGB (Red+Green+Blue) = 222+250+254=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAFE is #210501. Grayscale: #F2F2F2. Windows color (decimal): -2163970 or 16710366. OLE color: 16710366.
HSL color Cylindrical-coordinate representation of color #DEFAFE: hue angle of 187.5º 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 #DEFAFE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 250 | 254 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.00 |
| HSL | 187.5º | 0.94% | 0.93% | - |
| HSV(B) | 187.5º | 0.13% | 1% | - |
| XYZ | 82.2 | 91.06 | 107.01 | - |
| YUV | 242.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 254 | 0.13 | 0.02 | 0 | 0.00 | 187.5 | 0.94 | 0.93 |
| Hex | DE | FA | FE | D | 2 | 0 | 0 | BC | 5E | 5D |
| Octal | 336 | 372 | 376 | 15 | 2 | 0 | 0 | 274 | 136 | 135 |
| Binary | 11011110 | 11111010 | 11111110 | 1101 | 10 | 0 | 0 | 10111100 | 1011110 | 1011101 |
Color Harmonies of #DEFAFE
Complementary color
Monochromatic Colors of #DEFAFE
Black with #DEFAFE
Text Example
Text Example
White with #DEFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAFE; }
p { color: rgb(222,250,254); }
H1.HeaderClassName
{
color: #DEFAFE;
}
.AnyTagClassName
{
color: #DEFAFE;
}
</style>
background-color css
<style>
a { background-color: #DEFAFE; }
a { background-color: rgb(222,250,254); }
div.DivClassName
{
background-color: #DEFAFE;
}
.BgClassName
{
background-color: #DEFAFE;
}
</style>
border-color css
<style>
span { border-color: #DEFAFE; }
span { border-color: rgb(222,250,254); }
td.TdClassName
{
border-color: #DEFAFE;
}
.TagClassName
{
border-color: #DEFAFE;
}
</style>