Shades of Foam #CCF7F0
Tints of Foam #CCF7F0
RGB
CMYK
RGB Variations
Color information
#CCF7F0 (or 0xCCF7F0) is known color: Foam. HEX triplet: CC, F7 and F0. RGB value is (204,247,240). Sum of RGB (Red+Green+Blue) = 204+247+240=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7F0 is #33080F. Grayscale: #E9E9E9. Windows color (decimal): -3344400 or 15792076. OLE color: 15792076.
HSL color Cylindrical-coordinate representation of color #CCF7F0: hue angle of 170.23º 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 #CCF7F0 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 240 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.03 |
| HSL | 170.23º | 0.73% | 0.88% | - |
| HSV(B) | 170.23º | 0.17% | 0.97% | - |
| XYZ | 73.89 | 85.65 | 95.08 | - |
| YUV | 233.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 240 | 0.17 | 0 | 0.03 | 0.03 | 170.23 | 0.73 | 0.88 |
| Hex | CC | F7 | F0 | 11 | 0 | 3 | 3 | AA | 49 | 58 |
| Octal | 314 | 367 | 360 | 21 | 0 | 3 | 3 | 252 | 111 | 130 |
| Binary | 11001100 | 11110111 | 11110000 | 10001 | 0 | 11 | 11 | 10101010 | 1001001 | 1011000 |
Color Harmonies of #CCF7F0
Complementary color
Monochromatic Colors of #CCF7F0
Black with #CCF7F0
Text Example
Text Example
White with #CCF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7F0; }
p { color: rgb(204,247,240); }
H1.HeaderClassName
{
color: #CCF7F0;
}
.AnyTagClassName
{
color: #CCF7F0;
}
</style>
background-color css
<style>
a { background-color: #CCF7F0; }
a { background-color: rgb(204,247,240); }
div.DivClassName
{
background-color: #CCF7F0;
}
.BgClassName
{
background-color: #CCF7F0;
}
</style>
border-color css
<style>
span { border-color: #CCF7F0; }
span { border-color: rgb(204,247,240); }
td.TdClassName
{
border-color: #CCF7F0;
}
.TagClassName
{
border-color: #CCF7F0;
}
</style>