Shades of Light Cyan #DEFAF6
Tints of Light Cyan #DEFAF6
RGB
CMYK
RGB Variations
Color information
#DEFAF6 (or 0xDEFAF6) is known color: Light Cyan. HEX triplet: DE, FA and F6. RGB value is (222,250,246). Sum of RGB (Red+Green+Blue) = 222+250+246=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAF6 is #210509. Grayscale: #F1F1F1. Windows color (decimal): -2163978 or 16186078. OLE color: 16186078.
HSL color Cylindrical-coordinate representation of color #DEFAF6: hue angle of 171.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAF6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 246 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.02 |
| HSL | 171.43º | 0.74% | 0.93% | - |
| HSV(B) | 171.43º | 0.11% | 0.98% | - |
| XYZ | 80.94 | 90.55 | 100.4 | - |
| YUV | 241.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 246 | 0.11 | 0 | 0.02 | 0.02 | 171.43 | 0.74 | 0.93 |
| Hex | DE | FA | F6 | B | 0 | 2 | 2 | AB | 4A | 5D |
| Octal | 336 | 372 | 366 | 13 | 0 | 2 | 2 | 253 | 112 | 135 |
| Binary | 11011110 | 11111010 | 11110110 | 1011 | 0 | 10 | 10 | 10101011 | 1001010 | 1011101 |
Color Harmonies of #DEFAF6
Complementary color
Monochromatic Colors of #DEFAF6
Black with #DEFAF6
Text Example
Text Example
White with #DEFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAF6; }
p { color: rgb(222,250,246); }
H1.HeaderClassName
{
color: #DEFAF6;
}
.AnyTagClassName
{
color: #DEFAF6;
}
</style>
background-color css
<style>
a { background-color: #DEFAF6; }
a { background-color: rgb(222,250,246); }
div.DivClassName
{
background-color: #DEFAF6;
}
.BgClassName
{
background-color: #DEFAF6;
}
</style>
border-color css
<style>
span { border-color: #DEFAF6; }
span { border-color: rgb(222,250,246); }
td.TdClassName
{
border-color: #DEFAF6;
}
.TagClassName
{
border-color: #DEFAF6;
}
</style>