Shades of Light Cyan #DEFAF7
Tints of Light Cyan #DEFAF7
RGB
CMYK
RGB Variations
Color information
#DEFAF7 (or 0xDEFAF7) is known color: Light Cyan. HEX triplet: DE, FA and F7. RGB value is (222,250,247). Sum of RGB (Red+Green+Blue) = 222+250+247=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAF7 is #210508. Grayscale: #F1F1F1. Windows color (decimal): -2163977 or 16251614. OLE color: 16251614.
HSL color Cylindrical-coordinate representation of color #DEFAF7: hue angle of 173.57º 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 #DEFAF7 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 247 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.02 |
| HSL | 173.57º | 0.74% | 0.93% | - |
| HSV(B) | 173.57º | 0.11% | 0.98% | - |
| XYZ | 81.1 | 90.62 | 101.21 | - |
| YUV | 241.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 247 | 0.11 | 0 | 0.01 | 0.02 | 173.57 | 0.74 | 0.93 |
| Hex | DE | FA | F7 | B | 0 | 1 | 2 | AE | 4A | 5D |
| Octal | 336 | 372 | 367 | 13 | 0 | 1 | 2 | 256 | 112 | 135 |
| Binary | 11011110 | 11111010 | 11110111 | 1011 | 0 | 1 | 10 | 10101110 | 1001010 | 1011101 |
Color Harmonies of #DEFAF7
Complementary color
Monochromatic Colors of #DEFAF7
Black with #DEFAF7
Text Example
Text Example
White with #DEFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAF7; }
p { color: rgb(222,250,247); }
H1.HeaderClassName
{
color: #DEFAF7;
}
.AnyTagClassName
{
color: #DEFAF7;
}
</style>
background-color css
<style>
a { background-color: #DEFAF7; }
a { background-color: rgb(222,250,247); }
div.DivClassName
{
background-color: #DEFAF7;
}
.BgClassName
{
background-color: #DEFAF7;
}
</style>
border-color css
<style>
span { border-color: #DEFAF7; }
span { border-color: rgb(222,250,247); }
td.TdClassName
{
border-color: #DEFAF7;
}
.TagClassName
{
border-color: #DEFAF7;
}
</style>