Shades of Foam #C7F3EE
Tints of Foam #C7F3EE
RGB
CMYK
RGB Variations
Color information
#C7F3EE (or 0xC7F3EE) is known color: Foam. HEX triplet: C7, F3 and EE. RGB value is (199,243,238). Sum of RGB (Red+Green+Blue) = 199+243+238=680 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.26% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3EE is #380C11. Grayscale: #E5E5E5. Windows color (decimal): -3673106 or 15659975. OLE color: 15659975.
HSL color Cylindrical-coordinate representation of color #C7F3EE: hue angle of 173.18º 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 #C7F3EE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 238 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.05 |
| HSL | 173.18º | 0.65% | 0.87% | - |
| HSV(B) | 173.18º | 0.18% | 0.95% | - |
| XYZ | 71.04 | 82.42 | 93.05 | - |
| YUV | 229.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 238 | 0.18 | 0 | 0.02 | 0.05 | 173.18 | 0.65 | 0.87 |
| Hex | C7 | F3 | EE | 12 | 0 | 2 | 5 | AD | 41 | 57 |
| Octal | 307 | 363 | 356 | 22 | 0 | 2 | 5 | 255 | 101 | 127 |
| Binary | 11000111 | 11110011 | 11101110 | 10010 | 0 | 10 | 101 | 10101101 | 1000001 | 1010111 |
Color Harmonies of #C7F3EE
Complementary color
Monochromatic Colors of #C7F3EE
Black with #C7F3EE
Text Example
Text Example
White with #C7F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F3EE; }
p { color: rgb(199,243,238); }
H1.HeaderClassName
{
color: #C7F3EE;
}
.AnyTagClassName
{
color: #C7F3EE;
}
</style>
background-color css
<style>
a { background-color: #C7F3EE; }
a { background-color: rgb(199,243,238); }
div.DivClassName
{
background-color: #C7F3EE;
}
.BgClassName
{
background-color: #C7F3EE;
}
</style>
border-color css
<style>
span { border-color: #C7F3EE; }
span { border-color: rgb(199,243,238); }
td.TdClassName
{
border-color: #C7F3EE;
}
.TagClassName
{
border-color: #C7F3EE;
}
</style>