Shades of Foam #CCF7F2
Tints of Foam #CCF7F2
RGB
CMYK
RGB Variations
Color information
#CCF7F2 (or 0xCCF7F2) is known color: Foam. HEX triplet: CC, F7 and F2. RGB value is (204,247,242). Sum of RGB (Red+Green+Blue) = 204+247+242=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7F2 is #33080D. Grayscale: #E9E9E9. Windows color (decimal): -3344398 or 15923148. OLE color: 15923148.
HSL color Cylindrical-coordinate representation of color #CCF7F2: hue angle of 173.02º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7F2 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 242 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.03 |
| HSL | 173.02º | 0.73% | 0.88% | - |
| HSV(B) | 173.02º | 0.17% | 0.97% | - |
| XYZ | 74.19 | 85.77 | 96.65 | - |
| YUV | 233.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 242 | 0.17 | 0 | 0.02 | 0.03 | 173.02 | 0.73 | 0.88 |
| Hex | CC | F7 | F2 | 11 | 0 | 2 | 3 | AD | 49 | 58 |
| Octal | 314 | 367 | 362 | 21 | 0 | 2 | 3 | 255 | 111 | 130 |
| Binary | 11001100 | 11110111 | 11110010 | 10001 | 0 | 10 | 11 | 10101101 | 1001001 | 1011000 |
Color Harmonies of #CCF7F2
Complementary color
Monochromatic Colors of #CCF7F2
Black with #CCF7F2
Text Example
Text Example
White with #CCF7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7F2; }
p { color: rgb(204,247,242); }
H1.HeaderClassName
{
color: #CCF7F2;
}
.AnyTagClassName
{
color: #CCF7F2;
}
</style>
background-color css
<style>
a { background-color: #CCF7F2; }
a { background-color: rgb(204,247,242); }
div.DivClassName
{
background-color: #CCF7F2;
}
.BgClassName
{
background-color: #CCF7F2;
}
</style>
border-color css
<style>
span { border-color: #CCF7F2; }
span { border-color: rgb(204,247,242); }
td.TdClassName
{
border-color: #CCF7F2;
}
.TagClassName
{
border-color: #CCF7F2;
}
</style>