Shades of Foam #C7F3EF
Tints of Foam #C7F3EF
RGB
CMYK
RGB Variations
Color information
#C7F3EF (or 0xC7F3EF) is known color: Foam. HEX triplet: C7, F3 and EF. RGB value is (199,243,239). Sum of RGB (Red+Green+Blue) = 199+243+239=681 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.22% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3EF is #380C10. Grayscale: #E5E5E5. Windows color (decimal): -3673105 or 15725511. OLE color: 15725511.
HSL color Cylindrical-coordinate representation of color #C7F3EF: hue angle of 174.55º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F3EF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 239 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.05 |
| HSL | 174.55º | 0.65% | 0.87% | - |
| HSV(B) | 174.55º | 0.18% | 0.95% | - |
| XYZ | 71.18 | 82.48 | 93.83 | - |
| YUV | 229.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 239 | 0.18 | 0 | 0.02 | 0.05 | 174.55 | 0.65 | 0.87 |
| Hex | C7 | F3 | EF | 12 | 0 | 2 | 5 | AF | 41 | 57 |
| Octal | 307 | 363 | 357 | 22 | 0 | 2 | 5 | 257 | 101 | 127 |
| Binary | 11000111 | 11110011 | 11101111 | 10010 | 0 | 10 | 101 | 10101111 | 1000001 | 1010111 |
Color Harmonies of #C7F3EF
Complementary color
Monochromatic Colors of #C7F3EF
Black with #C7F3EF
Text Example
Text Example
White with #C7F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F3EF; }
p { color: rgb(199,243,239); }
H1.HeaderClassName
{
color: #C7F3EF;
}
.AnyTagClassName
{
color: #C7F3EF;
}
</style>
background-color css
<style>
a { background-color: #C7F3EF; }
a { background-color: rgb(199,243,239); }
div.DivClassName
{
background-color: #C7F3EF;
}
.BgClassName
{
background-color: #C7F3EF;
}
</style>
border-color css
<style>
span { border-color: #C7F3EF; }
span { border-color: rgb(199,243,239); }
td.TdClassName
{
border-color: #C7F3EF;
}
.TagClassName
{
border-color: #C7F3EF;
}
</style>