Shades of Foam #C8F3EC
Tints of Foam #C8F3EC
RGB
CMYK
RGB Variations
Color information
#C8F3EC (or 0xC8F3EC) is known color: Foam. HEX triplet: C8, F3 and EC. RGB value is (200,243,236). Sum of RGB (Red+Green+Blue) = 200+243+236=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3EC is #370C13. Grayscale: #E5E5E5. Windows color (decimal): -3607572 or 15528904. OLE color: 15528904.
HSL color Cylindrical-coordinate representation of color #C8F3EC: hue angle of 170.23º degrees, saturation: 0.64, 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 #C8F3EC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 236 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.05 |
| HSL | 170.23º | 0.64% | 0.87% | - |
| HSV(B) | 170.23º | 0.18% | 0.95% | - |
| XYZ | 71.01 | 82.44 | 91.53 | - |
| YUV | 229.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 236 | 0.18 | 0 | 0.03 | 0.05 | 170.23 | 0.64 | 0.87 |
| Hex | C8 | F3 | EC | 12 | 0 | 3 | 5 | AA | 40 | 57 |
| Octal | 310 | 363 | 354 | 22 | 0 | 3 | 5 | 252 | 100 | 127 |
| Binary | 11001000 | 11110011 | 11101100 | 10010 | 0 | 11 | 101 | 10101010 | 1000000 | 1010111 |
Color Harmonies of #C8F3EC
Complementary color
Monochromatic Colors of #C8F3EC
Black with #C8F3EC
Text Example
Text Example
White with #C8F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F3EC; }
p { color: rgb(200,243,236); }
H1.HeaderClassName
{
color: #C8F3EC;
}
.AnyTagClassName
{
color: #C8F3EC;
}
</style>
background-color css
<style>
a { background-color: #C8F3EC; }
a { background-color: rgb(200,243,236); }
div.DivClassName
{
background-color: #C8F3EC;
}
.BgClassName
{
background-color: #C8F3EC;
}
</style>
border-color css
<style>
span { border-color: #C8F3EC; }
span { border-color: rgb(200,243,236); }
td.TdClassName
{
border-color: #C8F3EC;
}
.TagClassName
{
border-color: #C8F3EC;
}
</style>