Shades of Light Cyan #DEFCF6
Tints of Light Cyan #DEFCF6
RGB
CMYK
RGB Variations
Color information
#DEFCF6 (or 0xDEFCF6) is known color: Light Cyan. HEX triplet: DE, FC and F6. RGB value is (222,252,246). Sum of RGB (Red+Green+Blue) = 222+252+246=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCF6 is #210309. Grayscale: #F2F2F2. Windows color (decimal): -2163466 or 16186590. OLE color: 16186590.
HSL color Cylindrical-coordinate representation of color #DEFCF6: hue angle of 168º degrees, saturation: 0.83, 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 #DEFCF6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 246 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.01 |
| HSL | 168º | 0.83% | 0.93% | - |
| HSV(B) | 168º | 0.12% | 0.99% | - |
| XYZ | 81.57 | 91.8 | 100.61 | - |
| YUV | 242.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 246 | 0.12 | 0 | 0.02 | 0.01 | 168 | 0.83 | 0.93 |
| Hex | DE | FC | F6 | C | 0 | 2 | 1 | A8 | 53 | 5D |
| Octal | 336 | 374 | 366 | 14 | 0 | 2 | 1 | 250 | 123 | 135 |
| Binary | 11011110 | 11111100 | 11110110 | 1100 | 0 | 10 | 1 | 10101000 | 1010011 | 1011101 |
Color Harmonies of #DEFCF6
Complementary color
Monochromatic Colors of #DEFCF6
Black with #DEFCF6
Text Example
Text Example
White with #DEFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCF6; }
p { color: rgb(222,252,246); }
H1.HeaderClassName
{
color: #DEFCF6;
}
.AnyTagClassName
{
color: #DEFCF6;
}
</style>
background-color css
<style>
a { background-color: #DEFCF6; }
a { background-color: rgb(222,252,246); }
div.DivClassName
{
background-color: #DEFCF6;
}
.BgClassName
{
background-color: #DEFCF6;
}
</style>
border-color css
<style>
span { border-color: #DEFCF6; }
span { border-color: rgb(222,252,246); }
td.TdClassName
{
border-color: #DEFCF6;
}
.TagClassName
{
border-color: #DEFCF6;
}
</style>