Shades of Foam #CCF0EC
Tints of Foam #CCF0EC
RGB
CMYK
RGB Variations
Color information
#CCF0EC (or 0xCCF0EC) is known color: Foam. HEX triplet: CC, F0 and EC. RGB value is (204,240,236). Sum of RGB (Red+Green+Blue) = 204+240+236=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EC is #330F13. Grayscale: #E4E4E4. Windows color (decimal): -3346196 or 15528140. OLE color: 15528140.
HSL color Cylindrical-coordinate representation of color #CCF0EC: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0EC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 236 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.06 |
| HSL | 173.33º | 0.55% | 0.87% | - |
| HSV(B) | 173.33º | 0.15% | 0.94% | - |
| XYZ | 71.2 | 81.21 | 91.28 | - |
| YUV | 228.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 236 | 0.15 | 0 | 0.02 | 0.06 | 173.33 | 0.55 | 0.87 |
| Hex | CC | F0 | EC | F | 0 | 2 | 6 | AD | 37 | 57 |
| Octal | 314 | 360 | 354 | 17 | 0 | 2 | 6 | 255 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11101100 | 1111 | 0 | 10 | 110 | 10101101 | 110111 | 1010111 |
Color Harmonies of #CCF0EC
Complementary color
Monochromatic Colors of #CCF0EC
Black with #CCF0EC
Text Example
Text Example
White with #CCF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0EC; }
p { color: rgb(204,240,236); }
H1.HeaderClassName
{
color: #CCF0EC;
}
.AnyTagClassName
{
color: #CCF0EC;
}
</style>
background-color css
<style>
a { background-color: #CCF0EC; }
a { background-color: rgb(204,240,236); }
div.DivClassName
{
background-color: #CCF0EC;
}
.BgClassName
{
background-color: #CCF0EC;
}
</style>
border-color css
<style>
span { border-color: #CCF0EC; }
span { border-color: rgb(204,240,236); }
td.TdClassName
{
border-color: #CCF0EC;
}
.TagClassName
{
border-color: #CCF0EC;
}
</style>